Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp324 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in verifyTripCount() argument
391 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in findLoopComponents() argument
440 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()