Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1141 BasicBlock *InnerLoopLatchSuccessor; in adjustLoopBranches() local
1194 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1196 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1201 InnerLoopLatchPredecessorBI->setSuccessor(i, InnerLoopLatchSuccessor); in adjustLoopBranches()
1207 for (auto I = InnerLoopLatchSuccessor->begin(); isa<PHINode>(I); ++I) { in adjustLoopBranches()
1222 if (InnerLoopLatchBI->getSuccessor(1) == InnerLoopLatchSuccessor) in adjustLoopBranches()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1466 BasicBlock *InnerLoopLatchSuccessor; in adjustLoopBranches() local
1519 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1521 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1524 InnerLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1532 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()
1541 moveLCSSAPhis(InnerLoopLatchSuccessor, InnerLoopHeader, InnerLoopLatch, in adjustLoopBranches()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1577 BasicBlock *InnerLoopLatchSuccessor; in adjustLoopBranches() local
1632 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1634 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1637 InnerLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1644 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()
1653 moveLCSSAPhis(InnerLoopLatchSuccessor, InnerLoopHeader, InnerLoopLatch, in adjustLoopBranches()