Skip to content

VariableRenaming::getOriginalDefsForSubtree

Get all original definitions for the subtree rooted at this node. No expanded definitions will be included ‐ for example, if m.x is defined, there will be no definition for the structure m.

Synopsis

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

NumNodeRenameTable
getOriginalDefsForSubtree(SgNode* node);

Return Value

The table mapping VarName‐>(num, node) for every definition.

Parameters

Name

Description

node

The root of the subtree to get definitions for.

Created with MrDocs