Searched refs:incoming_operands_ (Results 1 – 2 of 2) sorted by relevance
1278 incoming_operands_(zone), in PhiMapValue()1280 incoming_operands_.reserve(phi->operands().size()); in PhiMapValue()1285 incoming_operands_.push_back(operand); in AddOperand()1290 for (InstructionOperand* operand : incoming_operands_) { in CommitAssignment()
240 ZoneVector<InstructionOperand*> incoming_operands_; variable