VariableRenaming::nodeRenameTable
This holds the mapping between variables and the nodes where they are renumbered. Given a name and a node, we can get the number of the name that is defined at that node. Nodes which do not define a name are not in the table.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
NodeNumRenameTable nodeRenameTable;
Created with MrDocs