Home
last modified time | relevance | path

Searched defs:AdvancedReducer (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcheckpoint-elimination.h18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dadd-type-assertions-reducer.h20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dconstant-folding-reducer.h18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dtype-narrowing-reducer.h20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Ddead-code-elimination.h40 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dmachine-operator-reducer.h26 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dsimplified-operator-reducer.h28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Djs-intrinsic-lowering.h32 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dcommon-operator-reducer.h26 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dtyped-optimization.h28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Djs-typed-lowering.h33 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Djs-create-lowering.h34 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dbranch-elimination.h25 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Descape-analysis-reducer.h84 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dcsa-load-elimination.h30 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dload-elimination.h31 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
Dgraph-reducer.h99 explicit AdvancedReducer(Editor* editor) : editor_(editor) {} in AdvancedReducer() function