Searched refs:IncomingValue (Results 1 – 4 of 4) sorted by relevance
174 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local176 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()224 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument226 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()241 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
3662 auto *IncomingValue = LCSSAPhi.getIncomingValue(0); in fixLCSSAPHIs() local3665 if (isa<Instruction>(IncomingValue)) in fixLCSSAPHIs()3667 cast<Instruction>(IncomingValue), VF) in fixLCSSAPHIs()3674 getOrCreateScalarValue(IncomingValue, { UF - 1, LastLane }); in fixLCSSAPHIs()
3791 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local3800 if (IncomingValue != LandingPad) in SimplifyCommonResume()