Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Latch

4447   BasicBlock *Latch = L->getLoopLatch(); // may be NULL.
4476 // (b) It must dominate the loop latch, hence must be tested on every loop
4483 if (EL.MustExit && EL.Max != getCouldNotCompute() && Latch &&
4484 DT->dominates(ExitBB, Latch)) {
6312 BasicBlock *Latch = L->getLoopLatch();
6313 if (!Latch)
6317 dyn_cast<BranchInst>(Latch->getTerminator());
6415 // the loop latch. Check to see if it is the comparison we are looking for.