Lines Matching full:latch
592 // latch block or exit through a one exit block without having any
708 /// condition in it (a cond branch from its header block to its latch block,
963 // If this is the header of a loop and the only pred is the latch, we now
967 // Remove the branch from the latch to the header block, this makes
968 // the header dead, which will make the latch dead (because the header
969 // dominates the latch).
1045 // be the preheader: the case where this was the latch block was handled
1060 /// latch block was removed, the loop is unwrapped but subloops are still alive,
1143 BasicBlock *Latch = L->getLoopLatch();
1148 // If the DeadCase successor dominates the loop latch, then the
1150 // to the latch.
1151 if (Latch && DT->dominates(SISucc, Latch))