Lines Matching defs:reducer
71 // Encapsulates the current state of the IR graph and the reducer state like
72 // side-tables. All access to the IR and the reducer state should happen through
125 VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, Zone* zone);
167 // Encapsulates the current state of the escape analysis reducer to preserve
171 EscapeAnalysisTracker(JSGraph* jsgraph, EffectGraphReducer* reducer,
175 variable_states_(jsgraph, reducer, zone),
183 Scope(EffectGraphReducer* reducer, EscapeAnalysisTracker* tracker,
187 reducer_(reducer) {}
369 VariableTracker::VariableTracker(JSGraph* graph, EffectGraphReducer* reducer,
375 reducer_(reducer),
376 tick_counter_(reducer->tick_counter()) {}