Skip to content

DominatorTreesAndDominanceFrontiers::TemplatedDominatorTree::dominates

dominates overloads

Synopses

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

returns true if node a dominates node b, see dominates(int a,int b)

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

bool
dominates(
    int a,
    int b);

Created with MrDocs