Home | History | Annotate | Download | only in compiler

Lines Matching refs:Graph

15 class Graph;
18 // Trims dead nodes from the node graph.
21 GraphTrimmer(Zone* zone, Graph* graph);
24 // Trim nodes in the {graph} that are not reachable from {graph->end()}.
27 // Trim nodes in the {graph} that are not reachable from either {graph->end()}
48 Graph* graph() const { return graph_; }
50 Graph* const graph_;