OpenAnalysis::CFG::NodeLabel
Synopsis
Declared in <src/midend/programAnalysis/OpenAnalysis/CFG/CFG.h>
class NodeLabel;
Member Functions
Name |
|
Friends
Name |
Description |
CFG is a DGraph (directed graph) with enhanced nodes and edges. Each node in the CFG points to a list of statements that together represent a basic block. The entire program would be represented by a set of CFGs, one for each subroutine, and one for the main program. |
Created with MrDocs