cleanupInlinedCode
Combined procedure for cleaning up code after inlining. Does not do variable renaming or block flattening, however.
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
cleanupInlinedCode(SgNode* n);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs