Searched refs:HeaderExit (Results 1 – 1 of 1) sorted by relevance
188 BasicBlock *HeaderExit = BI->getSuccessor(0); in profitableToRotateLoopExitingLatch() local189 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()