Skip to content

DominatorTreesAndDominanceFrontiers::TemplatedDominatorTree::dominates

calculates if a dominates b, i.e. a is on the path from b to the root

Synopsis

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

bool
dominates(
    int a,
    int b);

Created with MrDocs