Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp632 BranchInst *InnerLoopLatchBI = in isLoopStructureUnderstood() local
634 if (!InnerLoopLatchBI->isConditional()) in isLoopStructureUnderstood()
637 dyn_cast<CmpInst>(InnerLoopLatchBI->getCondition())) { in isLoopStructureUnderstood()
1575 BranchInst *InnerLoopLatchBI = in adjustLoopBranches() local
1583 !OuterLoopLatchBI || !InnerLoopLatchBI || !OuterLoopHeaderBI || in adjustLoopBranches()
1624 if (InnerLoopLatchBI->getSuccessor(0) == InnerLoopHeader) in adjustLoopBranches()
1625 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1627 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1637 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()