Skip to content

DominatorTreesAndDominanceFrontiers::TemplatedDominatorTree::link

create the forrest of parents

Synopsis

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

void
link(
    int source,
    int target);

Description

the preformance of the DT‐algorithm can be improved by implementing a tree‐averaging/redistributing algorithm in eval or link, usually it is done in eval

Created with MrDocs