Searched refs:InnerLoopLatchBI (Results 1 – 1 of 1) sorted by relevance
667 BranchInst *InnerLoopLatchBI = in isLoopStructureUnderstood() local669 if (!InnerLoopLatchBI->isConditional()) in isLoopStructureUnderstood()672 dyn_cast<CmpInst>(InnerLoopLatchBI->getCondition())) { in isLoopStructureUnderstood()1631 BranchInst *InnerLoopLatchBI = in adjustLoopBranches() local1639 !OuterLoopLatchBI || !InnerLoopLatchBI || !OuterLoopHeaderBI || in adjustLoopBranches()1680 if (InnerLoopLatchBI->getSuccessor(0) == InnerLoopHeader) in adjustLoopBranches()1681 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()1683 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()1694 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()