Searched refs:IncomingValue (Results 1 – 5 of 5) sorted by relevance
146 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()196 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
715 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local718 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
3391 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local3400 if (IncomingValue != LandingPad) in SimplifyCommonResume()
1178 func (v Value) IncomingValue(i int) (rv Value) { func