rebindVariableAndLabelReferences
Change all variable and label references to point to new symbols, created to point to the matching declaration found in the program. This needs to be moved into somewhere in FixSgTree.
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
rebindVariableAndLabelReferences(SgNode* top);
Parameters
Name |
Description |
top |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs