Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp188 BasicBlock *HeaderExit = BI->getSuccessor(0); in profitableToRotateLoopExitingLatch() local
189 if (L->contains(HeaderExit)) in profitableToRotateLoopExitingLatch()
190 HeaderExit = BI->getSuccessor(1); in profitableToRotateLoopExitingLatch()
194 if (llvm::any_of(Phi.users(), [HeaderExit](const User *U) { in profitableToRotateLoopExitingLatch()
195 return cast<Instruction>(U)->getParent() != HeaderExit; in profitableToRotateLoopExitingLatch()