Lines Matching refs:Reduction
36 Reduction Reduce(Node* node) final; in NON_EXPORTED_BASE()
39 Reduction ReduceBranch(Node* node); in NON_EXPORTED_BASE()
40 Reduction ReduceDeoptimizeConditional(Node* node); in NON_EXPORTED_BASE()
41 Reduction ReduceMerge(Node* node); in NON_EXPORTED_BASE()
42 Reduction ReduceEffectPhi(Node* node); in NON_EXPORTED_BASE()
43 Reduction ReducePhi(Node* node); in NON_EXPORTED_BASE()
44 Reduction ReduceReturn(Node* node); in NON_EXPORTED_BASE()
45 Reduction ReduceSelect(Node* node); in NON_EXPORTED_BASE()
46 Reduction ReduceSwitch(Node* node); in NON_EXPORTED_BASE()
47 Reduction ReduceStaticAssert(Node* node); in NON_EXPORTED_BASE()
48 Reduction ReduceTrapConditional(Node* node); in NON_EXPORTED_BASE()
50 Reduction Change(Node* node, Operator const* op, Node* a); in NON_EXPORTED_BASE()
51 Reduction Change(Node* node, Operator const* op, Node* a, Node* b); in NON_EXPORTED_BASE()