Lines Matching refs:graph
15 #include "src/compiler/graph.h"
283 // All inputs are graph terminators.
290 // Dead is never connected to the graph.
358 // stay connected to the graph end.
453 // Type is merged from other values in the graph and could be any.
1874 void Verifier::Run(Graph* graph, Typing typing, CheckInputs check_inputs,
1876 CHECK_NOT_NULL(graph->start());
1877 CHECK_NOT_NULL(graph->end());
1878 Zone zone(graph->zone()->allocator(), ZONE_NAME);
1880 AllNodes all(&zone, graph);