Lines Matching defs:graph
5 #include "src/compiler/graph-reducer.h"
11 #include "src/compiler/graph.h"
42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter,
45 : graph_(graph),
47 state_(graph, 4),
97 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); }
175 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1);
218 if (node == graph()->start()) graph()->SetStart(replacement);
219 if (node == graph()->end()) graph()->SetEnd(replacement);