Lines Matching refs:values
429 std::vector<Node*> values;
433 values.push_back(control);
440 values.push_back(graph()->NewNode(
447 values.push_back(control_output);
450 handler_count + 1, values.data());
482 NodeVector values(zone());
490 // Find the correct machine representation for the return values from the
497 values.push_back(ith_value_output);
506 ReplaceWithValue(call, values[0], effect_output, control_output);
509 // replace them with the returned values.
514 ReplaceWithValue(use, values[ProjectionIndexOf(use->op())]);