Lines Matching refs:dominates
494 if (!DT->dominates(I.getParent(), ExitBlocks[0])) {
545 if (!DT->dominates(InstOrigBB, ExitBlock))
632 // Otherwise we have to check to make sure that the instruction dominates all
646 // Verify that the block dominates each of the exit blocks of the loop.
648 if (!DT->dominates(Inst.getParent(), ExitBlocks[i]))