Home | History | Annotate | Download | only in compiler

Lines Matching refs:graph

5 #include "src/compiler/graph-builder.h"
8 #include "src/compiler/generic-graph.h"
11 #include "src/compiler/graph-visualizer.h"
22 StructuredGraphBuilder::StructuredGraphBuilder(Graph* graph,
24 : GraphBuilder(graph),
46 result = graph()->NewNode(op, value_input_count, value_inputs);
71 result = graph()->NewNode(op, input_count_with_deps, buffer);
127 control_dependency_ = graph()->NewNode(common()->Merge(1), other_control);
169 return graph()->NewNode(phi_op, count + 1, buffer);
180 return graph()->NewNode(phi_op, count + 1, buffer);
199 control = graph()->NewNode(op, control, other);
241 Node* dead_node = graph()->NewNode(common_->Dead());