Searched defs:IncomingValue (Results 1 – 3 of 3) sorted by relevance
151 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local201 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue()
944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
1178 func (v Value) IncomingValue(i int) (rv Value) { func