Home | History | Annotate | Download | only in compiler

Lines Matching refs:Graph

16 #include "src/compiler/graph.h"
218 // All inputs are graph terminators.
226 // Dead is never connected to the graph.
329 // stay connected to the graph end.
443 // Type is merged from other values in the graph and could be any.
558 // kTypedStateValues (to signal the type). Once AST graph builder
559 // is removed, we should check this here. Until then, AST graph
1773 void Verifier::Run(Graph* graph, Typing typing, CheckInputs check_inputs,
1775 CHECK_NOT_NULL(graph->start());
1776 CHECK_NOT_NULL(graph->end());
1777 Zone zone(graph->zone()->allocator(), ZONE_NAME);
1779 AllNodes all(&zone, graph);