Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Latch

601     // latch block or exit through a one exit block without having any
716 /// condition in it (a cond branch from its header block to its latch block,
1029 BasicBlock *Latch = L->getLoopLatch();
1034 // If the DeadCase successor dominates the loop latch, then the
1036 // to the latch.
1037 if (Latch && DT->dominates(SISucc, Latch))