Member predicate IRCfg::BasicBlock::dominates
Holds if this block dominates block
.
Block A
dominates block B
if any control flow path from the entry block of the function to
block B
must pass through block A
. A block always dominates itself.
predicate dominates(BasicBlock bb)