Searched refs:BackBranch (Results 1 – 1 of 1) sorted by relevance
324 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in verifyTripCount() argument391 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in findLoopComponents() argument440 BackBranch = cast<BranchInst>(Latch->getTerminator()); in findLoopComponents()441 IterationInstructions.insert(BackBranch); in findLoopComponents()442 LLVM_DEBUG(dbgs() << "Found back branch: "; BackBranch->dump()); in findLoopComponents()465 Increment, BackBranch, SE, IsWidened); in findLoopComponents()