Searched refs:HeaderExit (Results 1 – 1 of 1) sorted by relevance
179 BasicBlock *HeaderExit = Header->getTerminator()->getSuccessor(0); in shouldRotateLoopExitingLatch() local180 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()