Skip to content

OpenAnalysis::CFG::NodeLabel

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/CFG/CFG.h>

class NodeLabel;

Member Functions

Name

NodeLabel [constructor]

Data Members

Name

eh

et

n

Friends

Name

Description

OpenAnalysis::CFG

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