Searched refs:BackBranch (Results 1 – 1 of 1) sorted by relevance
99 BranchInst *&BackBranch, ScalarEvolution *SE) { in findLoopComponents() argument115 BackBranch = dyn_cast<BranchInst>(Latch->getTerminator()); in findLoopComponents()116 if (!BackBranch || !BackBranch->isConditional()) { in findLoopComponents()120 IterationInstructions.insert(BackBranch); in findLoopComponents()121 LLVM_DEBUG(dbgs() << "Found back branch: "; BackBranch->dump()); in findLoopComponents()122 bool ContinueOnTrue = L->contains(BackBranch->getSuccessor(0)); in findLoopComponents()149 ICmpInst *Compare = dyn_cast<ICmpInst>(BackBranch->getCondition()); in findLoopComponents()