Searched refs:InnerLatch (Results 1 – 2 of 2) sorted by relevance
1459 BasicBlock *InnerLatch, BasicBlock *OuterHeader, in moveLCSSAPhis() argument1475 auto IncI = cast<Instruction>(P.getIncomingValueForBlock(InnerLatch)); in moveLCSSAPhis()1478 if (IncI->getParent() != InnerLatch && IncI->getParent() != InnerHeader) in moveLCSSAPhis()1499 for (PHINode &P : InnerLatch->phis()) in moveLCSSAPhis()1508 P->moveBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()1534 for (auto *Pred : predecessors(InnerLatch)) { in moveLCSSAPhis()1539 NewPhi->insertBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()1547 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
1690 BasicBlock *InnerLatch = InnermostLoop->getLatch(); in tileLoops() local1831 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()