topLevelResetParentPointer
This is a top level function not called recursively.
Synopsis
Declared in <SageIII/astPostProcessing/resetParentPointers.h>
void
topLevelResetParentPointer(SgNode* node);
Description
This function calls resetParentPointer() which is a recursively called function which would be difficult to obtain performance information from directly.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs