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>
class ControlNode
: public SimpleDirectedGraphNode
Base Classes
Name |
Description |
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 |