Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp99 BranchInst *&BackBranch, ScalarEvolution *SE) { in findLoopComponents() argument
115 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()