Lines Matching refs:Graph
66 // Encapsulates the current state of the IR graph and the reducer state like
118 VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, Zone* zone);
133 // in the graph. This is a workaround that should be removed once we can
280 Graph* graph, std::function<void(Node*, Reduction*)> reduce, Zone* zone)
281 : graph_(graph),
282 state_(graph, kNumStates),
352 VariableTracker::VariableTracker(JSGraph* graph, EffectGraphReducer* reducer,
355 graph_(graph),
467 Node* phi = graph_->graph()->NewNode(
527 Node* comparison = jsgraph->graph()->NewNode(
533 replacement = jsgraph->graph()->NewNode(
761 jsgraph->graph(),