Searched refs:ExitPhi (Results 1 – 2 of 2) sorted by relevance
1186 if (auto ExitPhi = dyn_cast<PHINode>(LoopExitInstr)) { in getReductionOpChain() local1187 if (ExitPhi->getNumIncomingValues() != 2) in getReductionOpChain()1190 Instruction *Inc0 = dyn_cast<Instruction>(ExitPhi->getIncomingValue(0)); in getReductionOpChain()1191 Instruction *Inc1 = dyn_cast<Instruction>(ExitPhi->getIncomingValue(1)); in getReductionOpChain()
8383 for (PHINode &ExitPhi : ExitBB->phis()) { in addUsersInExitBlock()8385 ExitPhi.getIncomingValueForBlock(ExitingBB); in addUsersInExitBlock()8395 Plan.addLiveOut(&ExitPhi, V); in addUsersInExitBlock()