Lines Matching refs:Graph
18 class Graph;
27 // Represents the result of trying to reduce a node in the graph.
41 // inputs. This class functions as an extension point for the graph reducer for
43 // folding of low-level operators) can be integrated into the graph reduction
90 // Helper functions for subclasses to edit the graph.
107 // TODO(turbofan): replace the effect input to {node} with {graph->start()}.
123 // Performs an iterative reduction of a node graph.
127 GraphReducer(Zone* zone, Graph* graph, Node* dead = nullptr);
130 Graph* graph() const { return graph_; }
136 // Reduce the whole graph.
173 Graph* const graph_;