Searched refs:incoming_operands_ (Results 1 – 2 of 2) sorted by relevance
1333 incoming_operands_(zone), in PhiMapValue()1335 incoming_operands_.reserve(phi->operands().size()); in PhiMapValue()1341 incoming_operands_.push_back(operand); in AddOperand()1347 for (InstructionOperand* operand : incoming_operands_) { in CommitAssignment()
741 ZoneVector<InstructionOperand*> incoming_operands_; variable