Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1571 BasicBlock *OuterLoopLatchSuccessor; in adjustLoopBranches() local
1633 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1635 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1638 OuterLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1639 updateSuccessor(OuterLoopLatchBI, OuterLoopLatchSuccessor, InnerLoopLatch, in adjustLoopBranches()
1651 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()