Skip to content

DominatorTreesAndDominanceFrontiers::ControlNode

This class is a node in the CFG. It can either be an SgNode or it can be a special entry or exit node (since there are some empty blocks in the CFG).

Synopsis

Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/ControlFlowGraph.h>

Base Classes

Name

Description

SimpleDirectedGraphNode

This is a node in the directed graph. All the connectivity information for the graph is captured in this (by way of the successor and predecessor sets).

Enums

Name

Type

Member Functions

Name

Description

ControlNode [constructor]

Construct from SgNode

getID

getNode

getType

setID

writeOut [virtual]

Private Data Members

Created with MrDocs