Home | History | Annotate | Download | only in compiler

Lines Matching refs:Graph

16 class Graph;
19 // Trims dead nodes from the node graph.
22 GraphTrimmer(Zone* zone, Graph* graph);
25 // Trim nodes in the {graph} that are not reachable from {graph->end()}.
28 // Trim nodes in the {graph} that are not reachable from either {graph->end()}
49 Graph* graph() const { return graph_; }
51 Graph* const graph_;