Home
last modified time | relevance | path

Searched refs:InnerLatch (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1452 BasicBlock *InnerLatch, BasicBlock *OuterHeader, in moveLCSSAPhis() argument
1468 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()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2752 BasicBlock *InnerLatch = InnermostLoop->getLatch(); in tileLoops() local
2900 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()