AstNodeStatistics::traversalStatistics
This outputs the types and count of IR nodes used in a traversal of the input file (excluding header files)
Synopsis
Declared in <src/midend/astDiagnostics/AstStatistics.h>
static
std::string
traversalStatistics(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs