Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1627 BasicBlock *OuterLoopLatchSuccessor; in adjustLoopBranches() local
1690 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1692 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1695 OuterLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1696 updateSuccessor(OuterLoopLatchBI, OuterLoopLatchSuccessor, InnerLoopLatch, in adjustLoopBranches()
1708 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()