VariableRenaming::firstDefList
Holds a list of the locations that a particular name is first defined.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
FirstDefTable firstDefList;
Description
This helps when backwards‐inserting definitions of member variables, so that we can simply insert the definition at the first definition.
Created with MrDocs