Lines Matching defs:reduction
153 Reduction reduction;
157 reduction = Changed(input); // JSToString(x:string) => x
158 ReplaceWithValue(node, reduction.replacement());
159 return reduction;
170 reduction =
172 ReplaceWithValue(node, reduction.replacement());
173 return reduction;
1483 // IfSuccess node is returned as a control path for further reduction.
1655 Reduction reduction = ReduceElementLoadFromHeapConstant(
1657 if (reduction.Changed()) return reduction;
2116 Reduction reduction = ReduceJSLoadPropertyWithEnumeratedKey(node);
2117 if (reduction.Changed()) return reduction;