Skip to content

VariableRenaming::getReachingDefsAtScopeEnd

Get the final versions if all variables at the end of the given scope.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

NumNodeRenameTable
getReachingDefsAtScopeEnd(SgScopeStatement* bb);

Return Value

A table of VarName‐>(num, defNode) for all variables at the end of the scope. Empty table otherwise.

Parameters

Name

Description

bb

The scope to get variables for.

Created with MrDocs