Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp314 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in verifyTripCount() argument
381 BranchInst *&BackBranch, ScalarEvolution *SE, bool IsWidened) { in findLoopComponents() argument
430 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()