Skip to content

VariableRenaming::getDefsForSubtree

Get all definitions for the subtree rooted at this node. If m.x is defined, the resulting table will also include a definition for m.

Synopsis

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

NumNodeRenameTable
getDefsForSubtree(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