Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1264 BasicBlock *OuterLatch = NewOuter->getLoopLatch(); in restructureLoops() local
1270 if (BB == OuterHeader || BB == OuterLatch) in restructureLoops()
1446 BasicBlock *OuterLatch, BasicBlock *OuterExit, in moveLCSSAPhis() argument
1521 NewPhi->setIncomingBlock(0, OuterLatch); in moveLCSSAPhis()
1525 if (Pred == OuterLatch) in moveLCSSAPhis()
1537 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()