SageInterface::findUnusedLabels
Find unused labels which are not targets of any goto statements
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
std::set<SgLabelStatement*>
findUnusedLabels(SgNode* top);
Parameters
Name |
Description |
top |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs