Skip to content

VariableRenaming::getReachingDefsAtNode

Get name:num mappings for all reaching definitions of all variables at the node.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

NumNodeRenameTable
getReachingDefsAtNode(SgNode* node);

Return Value

A table mapping VarName‐>(num, defNode). Empty table otherwise.

Parameters

Name

Description

node

The node to retrieve reaching definitions for.

Created with MrDocs