Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IncomingValue

146     for (auto &IncomingValue : Phi->incoming_values()) {
148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1);
196 static void reservePreviousStackSlotForValue(const Value *IncomingValue,
199 SDValue Incoming = Builder.getValue(IncomingValue);
214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth);