Lines Matching defs:graph
71 // Encapsulates the current state of the IR graph and the reducer state like
125 VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, Zone* zone);
143 // in the graph. This is a workaround that should be removed once we can
294 Graph* graph, std::function<void(Node*, Reduction*)> reduce,
296 : graph_(graph),
297 state_(graph, kNumStates),
369 VariableTracker::VariableTracker(JSGraph* graph, EffectGraphReducer* reducer,
372 graph_(graph),
488 Node* phi = graph_->graph()->NewNode(
555 Node* comparison = jsgraph->graph()->NewNode(
561 replacement = jsgraph->graph()->NewNode(
685 jsgraph->graph()->NewNode(jsgraph->simplified()->NumberEqual(),
688 Node* select = jsgraph->graph()->NewNode(
860 jsgraph->graph(),