Home | History | Annotate | Download | only in compiler

Lines Matching refs:Graph

15 class Graph;
19 // Represents the result of trying to reduce a node in the graph.
33 // inputs. This class functions as an extension point for the graph reducer for
35 // folding of low-level operators) can be integrated into the graph reduction
55 // Performs an iterative reduction of a node graph.
58 explicit GraphReducer(Graph* graph);
60 Graph* graph() const { return graph_; }
66 // Reduce the whole graph.
70 Graph* graph_;