Lines Matching defs:reduction
285 // Applies the given early reduction onto the current environment.
286 void ApplyEarlyReduction(JSTypeHintLowering::LoweringResult reduction);
4183 JSTypeHintLowering::LoweringResult reduction) {
4184 if (reduction.IsExit()) {
4185 MergeControlToLeaveFunction(reduction.control());
4186 } else if (reduction.IsSideEffectFree()) {
4187 environment()->UpdateEffectDependency(reduction.effect());
4188 environment()->UpdateControlDependency(reduction.control());
4190 DCHECK(!reduction.Changed());
4191 // At the moment, we assume side-effect free reduction. To support