Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1270 BasicBlock *OuterLatch = NewOuter->getLoopLatch(); in restructureLoops() local
1276 if (BB == OuterHeader || BB == OuterLatch) in restructureLoops()
1452 BasicBlock *OuterLatch, BasicBlock *OuterExit, in moveLCSSAPhis() argument
1527 NewPhi->setIncomingBlock(0, OuterLatch); in moveLCSSAPhis()
1531 if (Pred == OuterLatch) in moveLCSSAPhis()
1543 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()