Searched refs:BackBranch (Results 1 – 1 of 1) sorted by relevance
288 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in verifyTripCount() argument355 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in findLoopComponents() argument404 BackBranch = cast<BranchInst>(Latch->getTerminator()); in findLoopComponents()405 IterationInstructions.insert(BackBranch); in findLoopComponents()406 LLVM_DEBUG(dbgs() << "Found back branch: "; BackBranch->dump()); in findLoopComponents()428 Increment, BackBranch, SE, IsWidened); in findLoopComponents()