Lines Matching defs:OuterLoopLatch
162 const BasicBlock *OuterLoopLatch = OuterLoop.getLoopLatch();
166 !containsOnlySafeInstructions(*OuterLoopLatch) ||
226 const BasicBlock *OuterLoopLatch = OuterLoop.getLoopLatch();
231 GetUnsafeInstructions(*OuterLoopLatch);
327 const BasicBlock *OuterLoopLatch = OuterLoop.getLoopLatch();
333 if (OuterLoop.getExitingBlock() != OuterLoopLatch ||
386 &LoopNest::skipEmptyBlockUntil(Succ, OuterLoopLatch);
391 if (PotentialOuterLatch == OuterLoopLatch)
395 // may be inserted before the `OuterLoopLatch` to which `BI` jumps. The
399 Succ->getSingleSuccessor() == OuterLoopLatch) {
424 OuterLoopLatch) != OuterLoopLatch)) {