Member predicate IRBlock::immediatelyPostDominates
Holds if this block immediately post-dominates block
.
Block A
immediate post-dominates block B
if block A
strictly post-dominates block B
and
block B
is a direct successor of block A
.
predicate immediatelyPostDominates(IRBlock block)