Home | History | Annotate | Download | only in compiler

Lines Matching refs:Reduction

17 // produce an effect. Replaces {node} with {reduction} and relaxes effects.
18 static Reduction ReplaceWithPureReduction(Node* node, Reduction reduction) {
19 if (reduction.Changed()) {
20 NodeProperties::ReplaceWithValue(node, reduction.replacement());
21 return reduction;
28 // for reduction when they have a BuiltinFunctionId associated with them.
99 Reduction JSBuiltinReducer::ReduceMathSqrt(Node* node) {
111 Reduction JSBuiltinReducer::ReduceMathMax(Node* node) {
143 Reduction JSBuiltinReducer::ReduceMathImul(Node* node) {
154 Reduction JSBuiltinReducer::Reduce(Node* node) {