Skip to content

DominatorTreesAndDominanceFrontiers::TemplatedDominatorTree::TemplatedDominatorTree

constructor for the DT. Head is the start point for the DT construction. DT works for SgFunctionDefintion nodes, unexpected behaviour for non‐SgFunctionDefinition!!!

Synopsis

Declared in <src/midend/programAnalysis/dominanceAnalysis/DominatorTree.h>

TemplatedDominatorTree(
    SgNode* head,
    Direction d = DominatorForwardBackwardWrapperClass<
                             CFGFilterFunction>::PRE_DOMINATOR);

Description

initialize cfg0root correctly

Parameters

Name

Description

head

The object to construct from

Created with MrDocs