Lines Matching refs:OuterLoopLatch
643 BasicBlock *OuterLoopLatch = OuterLoop->getLoopLatch(); in tightlyNested() local
657 outerLoopHeaderBI->getSuccessor(i) != OuterLoopLatch) in tightlyNested()
665 containsUnsafeInstructionsInLatch(OuterLoopLatch)) in tightlyNested()
759 BasicBlock *OuterLoopLatch = OuterLoop->getLoopLatch(); in currentLimitations() local
798 getLoopLatchExitBlock(OuterLoopLatch, OuterLoopHeader); in currentLimitations()
1077 BasicBlock *OuterLoopLatch = OuterLoop->getLoopLatch(); in splitOuterLoopLatch() local
1078 BasicBlock *OuterLatchLcssaPhiBlock = OuterLoopLatch; in splitOuterLoopLatch()
1079 OuterLoopLatch = SplitBlock(OuterLatchLcssaPhiBlock, in splitOuterLoopLatch()
1080 OuterLoopLatch->getFirstNonPHI(), DT, LI); in splitOuterLoopLatch()
1161 BasicBlock *OuterLoopLatch = OuterLoop->getLoopLatch(); in adjustLoopBranches() local
1171 dyn_cast<BranchInst>(OuterLoopLatch->getTerminator()); in adjustLoopBranches()
1205 if (OuterLoopHeaderBI->getSuccessor(i) == OuterLoopLatch) in adjustLoopBranches()
1254 updateIncomingBlock(OuterLoopLatchSuccessor, OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()