Skip to content

DominatorTreesAndDominanceFrontiers::ControlFlowGraph::ControlFlowGraph

The constructor for ControlFlowGraph. Builds a CFG rooted at head

Synopsis

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

ControlFlowGraph(SgNode* head);

Parameters

Name

Description

head

The object to construct from

Created with MrDocs