Home | History | Annotate | Download | only in compiler

Lines Matching full:effect

75     // Replace value uses of {node} with {value} and effect uses of {node} with
76 // {effect}. If {effect == nullptr}, then use the effect input to {node}.
79 virtual void ReplaceWithValue(Node* node, Node* value, Node* effect,
98 void ReplaceWithValue(Node* node, Node* value, Node* effect = nullptr,
101 editor_->ReplaceWithValue(node, value, effect, control);
104 // Relax the effects of {node} by immediately replacing effect and control
105 // uses of {node} with the effect and control input to {node}.
106 // TODO(turbofan): replace the effect input to {node} with {graph->start()}.
152 // Replace value uses of {node} with {value} and effect uses of {node} with
153 // {effect}. If {effect == nullptr}, then use the effect input to {node}. All
155 void ReplaceWithValue(Node* node, Node* value, Node* effect,