Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp217 BasicBlock *HeaderExit = BI->getSuccessor(0); in profitableToRotateLoopExitingLatch() local
218 if (L->contains(HeaderExit)) in profitableToRotateLoopExitingLatch()
219 HeaderExit = BI->getSuccessor(1); in profitableToRotateLoopExitingLatch()
223 if (llvm::any_of(Phi.users(), [HeaderExit](const User *U) { in profitableToRotateLoopExitingLatch()
224 return cast<Instruction>(U)->getParent() != HeaderExit; in profitableToRotateLoopExitingLatch()