Skip to content

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