Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1577 BasicBlock *OuterLoopLatchSuccessor; in adjustLoopBranches() local
1639 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1641 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1644 OuterLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1645 updateSuccessor(OuterLoopLatchBI, OuterLoopLatchSuccessor, InnerLoopLatch, in adjustLoopBranches()
1657 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()