Searched refs:OuterLoopLatchSuccessor (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 1142 BasicBlock *OuterLoopLatchSuccessor; in adjustLoopBranches() local 1218 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(1); in adjustLoopBranches() 1220 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(0); in adjustLoopBranches() 1223 InnerLoopLatchBI->setSuccessor(1, OuterLoopLatchSuccessor); in adjustLoopBranches() 1225 InnerLoopLatchBI->setSuccessor(0, OuterLoopLatchSuccessor); in adjustLoopBranches() 1227 updateIncomingBlock(OuterLoopLatchSuccessor, OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches() 1229 if (OuterLoopLatchBI->getSuccessor(0) == OuterLoopLatchSuccessor) { in adjustLoopBranches()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 1370 BasicBlock *OuterLoopLatchSuccessor; in adjustLoopBranches() local 1433 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(1); in adjustLoopBranches() 1435 OuterLoopLatchSuccessor = OuterLoopLatchBI->getSuccessor(0); in adjustLoopBranches() 1438 OuterLoopLatchSuccessor, DTUpdates); in adjustLoopBranches() 1439 updateSuccessor(OuterLoopLatchBI, OuterLoopLatchSuccessor, InnerLoopLatch, in adjustLoopBranches() 1442 updateIncomingBlock(OuterLoopLatchSuccessor, OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
|