legacy::PRE::getFunctionDefinition
Get the function definition containing a given node
Synopsis
Declared in <src/midend/programTransformation/partialRedundancyElimination/pre.h>
SgFunctionDefinition*
getFunctionDefinition(SgNode* n);
Return Value
the function definition containing a given node
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs