Searched refs:BackBranch (Results 1 – 1 of 1) sorted by relevance
314 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in verifyTripCount() argument381 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in findLoopComponents() argument430 BackBranch = cast<BranchInst>(Latch->getTerminator()); in findLoopComponents()431 IterationInstructions.insert(BackBranch); in findLoopComponents()432 LLVM_DEBUG(dbgs() << "Found back branch: "; BackBranch->dump()); in findLoopComponents()455 Increment, BackBranch, SE, IsWidened); in findLoopComponents()