Searched refs:InnerLoopLatchBI (Results 1 – 1 of 1) sorted by relevance
736 BranchInst *InnerLoopLatchBI = in isLoopStructureUnderstood() local738 if (!InnerLoopLatchBI->isConditional()) in isLoopStructureUnderstood()741 dyn_cast<CmpInst>(InnerLoopLatchBI->getCondition())) { in isLoopStructureUnderstood()1796 BranchInst *InnerLoopLatchBI = in adjustLoopBranches() local1804 !OuterLoopLatchBI || !InnerLoopLatchBI || !OuterLoopHeaderBI || in adjustLoopBranches()1845 if (InnerLoopLatchBI->getSuccessor(0) == InnerLoopHeader) in adjustLoopBranches()1846 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()1848 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()1858 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()