Searched refs:IncomingValue (Results 1 – 3 of 3) sorted by relevance
151 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local153 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()201 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument204 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()219 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
1178 func (v Value) IncomingValue(i int) (rv Value) { func