VariableRenaming::getReachingDefsAtFunctionEnd
Get the final versions if all variables at the end of the given function.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
NumNodeRenameTable
getReachingDefsAtFunctionEnd(SgFunctionDefinition* node);
Return Value
A table of VarNameā>(num, defNode) for all variables at the end of the function. Empty table otherwise.
Parameters
Name |
Description |
node |
The function to get variables for. |
Created with MrDocs