Lines Matching defs:graph
13 #include "src/compiler/js-graph.h"
335 Node* home_object_map = effect = graph()->NewNode(
338 Node* home_object_proto = effect = graph()->NewNode(
545 Node* function_map = effect = graph()->NewNode(
1080 // s.t. we can avoid the graph rewrites below. Builtin support for multiple
1088 cache_array = effect = graph()->NewNode(
1093 cache_length = effect = graph()->NewNode(
1125 // after graph rewrites, since the Call does not have a control output and
1127 // outputs have been replaced by the graph rewrite above.
1195 graph()->NewNode(machine()->Load(MachineType::Pointer()),
1201 Node* check = effect = graph()->NewNode(
1204 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
1206 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
1209 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
1214 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
1215 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge);
1217 // Wire the new diamond into the graph, {node} can still throw.
1244 graph()->NewNode(machine()->LoadStackCheckOffset()));
1255 Zone* JSGenericLowering::zone() const { return graph()->zone(); }
1261 Graph* JSGenericLowering::graph() const { return jsgraph()->graph(); }