Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp179 BasicBlock *HeaderExit = Header->getTerminator()->getSuccessor(0); in shouldRotateLoopExitingLatch() local
180 if (L->contains(HeaderExit)) in shouldRotateLoopExitingLatch()
181 HeaderExit = Header->getTerminator()->getSuccessor(1); in shouldRotateLoopExitingLatch()
185 if (llvm::any_of(Phi.users(), [HeaderExit](const User *U) { in shouldRotateLoopExitingLatch()
186 return cast<Instruction>(U)->getParent() != HeaderExit; in shouldRotateLoopExitingLatch()