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