Searched refs:InnerLatch (Results 1 – 2 of 2) sorted by relevance
1452 BasicBlock *InnerLatch, BasicBlock *OuterHeader, in moveLCSSAPhis() argument1468 auto IncI = cast<Instruction>(P.getIncomingValueForBlock(InnerLatch)); in moveLCSSAPhis()1474 if (IncIInnerMost->getParent() != InnerLatch && in moveLCSSAPhis()1496 for (PHINode &P : InnerLatch->phis()) in moveLCSSAPhis()1505 P->moveBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()1531 for (auto *Pred : predecessors(InnerLatch)) { in moveLCSSAPhis()1536 NewPhi->insertBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()1544 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
2752 BasicBlock *InnerLatch = InnermostLoop->getLatch(); in tileLoops() local2900 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()