Lines Matching refs:edge
223 for (Edge edge : node->use_edges()) {
224 Node* const user = edge.from();
225 Verifier::VerifyEdgeInputReplacement(edge, replacement);
226 edge.UpdateTo(replacement);
234 for (Edge edge : node->use_edges()) {
235 Node* const user = edge.from();
237 edge.UpdateTo(replacement);
261 for (Edge edge : node->use_edges()) {
262 Node* const user = edge.from();
264 if (NodeProperties::IsControlEdge(edge)) {
269 edge.UpdateTo(dead_);
273 edge.UpdateTo(control);
276 } else if (NodeProperties::IsEffectEdge(edge)) {
278 edge.UpdateTo(effect);
282 edge.UpdateTo(value);