Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp667 BranchInst *InnerLoopLatchBI = in isLoopStructureUnderstood() local
669 if (!InnerLoopLatchBI->isConditional()) in isLoopStructureUnderstood()
672 dyn_cast<CmpInst>(InnerLoopLatchBI->getCondition())) { in isLoopStructureUnderstood()
1585 BranchInst *InnerLoopLatchBI = in adjustLoopBranches() local
1593 !OuterLoopLatchBI || !InnerLoopLatchBI || !OuterLoopHeaderBI || in adjustLoopBranches()
1634 if (InnerLoopLatchBI->getSuccessor(0) == InnerLoopHeader) in adjustLoopBranches()
1635 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1637 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1648 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()