Searched refs:HeaderExit (Results 1 – 1 of 1) sorted by relevance
174 BasicBlock *HeaderExit = Header->getTerminator()->getSuccessor(0); in shouldRotateLoopExitingLatch() local175 if (L->contains(HeaderExit)) in shouldRotateLoopExitingLatch()176 HeaderExit = Header->getTerminator()->getSuccessor(1); in shouldRotateLoopExitingLatch()180 if (llvm::any_of(Phi.users(), [HeaderExit](const User *U) { in shouldRotateLoopExitingLatch()181 return cast<Instruction>(U)->getParent() != HeaderExit; in shouldRotateLoopExitingLatch()