Lines Matching refs:use
126 Node* use = edge.from();
127 switch (use->opcode()) {
129 int index = 1 + ParameterIndexOf(use->op());
134 Replace(use, call->InputAt(index));
137 Replace(use, new_target);
140 Replace(use, jsgraph()->Constant(argument_count));
143 Replace(use, context);
146 Replace(use, jsgraph()->UndefinedConstant());
348 // - feedback_vector : The target is guaranteed to use this feedback vector.
415 // id >= subgraph_min_node_id. We use this later to avoid wire nodes that