Home | History | Annotate | Download | only in compiler

Lines Matching refs:Edge

251   for (Edge const edge : node->use_edges()) {
252 if (edge.from() != user && NodeProperties::IsValueEdge(edge)) {
264 for (Edge const edge : node->use_edges()) {
265 Node* from = edge.from();
913 // Edge split form guarantees this property, but is more strict.