Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Latch

586     // latch block or exit through a one exit block without having any
702 /// condition in it (a cond branch from its header block to its latch block,
1015 BasicBlock *Latch = L->getLoopLatch();
1020 // If the DeadCase successor dominates the loop latch, then the
1022 // to the latch.
1023 if (Latch && DT->dominates(SISucc, Latch))