Skip to content

VariableRenaming::getVarsUsedInSubtree

Returns a set of all the variables names that have uses in the subtree.

Synopsis

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

std::set<VarName>
getVarsUsedInSubtree(SgNode* root);

Return Value

a set of all the variables names that have uses in the subtree.

Parameters

Name

Description

root

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs