Home
last modified time | relevance | path

Searched refs:ConstantFoldingReducer (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dconstant-folding-reducer.h17 class V8_EXPORT_PRIVATE ConstantFoldingReducer final
20 ConstantFoldingReducer(Editor* editor, JSGraph* jsgraph,
22 ~ConstantFoldingReducer() final;
23 ConstantFoldingReducer(const ConstantFoldingReducer&) = delete;
24 ConstantFoldingReducer& operator=(const ConstantFoldingReducer&) = delete;
26 const char* reducer_name() const override { return "ConstantFoldingReducer"; }
H A Dconstant-folding-reducer.cc60 ConstantFoldingReducer::ConstantFoldingReducer(Editor* editor, JSGraph* jsgraph, in ConstantFoldingReducer() function in v8::internal::compiler::ConstantFoldingReducer
64 ConstantFoldingReducer::~ConstantFoldingReducer() = default;
66 Reduction ConstantFoldingReducer::Reduce(Node* node) { in Reduce()
H A Dpipeline.cc1509 ConstantFoldingReducer constant_folding_reducer( in Run()
1529 // ConstantFoldingReducer, JSCreateLowering, JSTypedLowering, and in Run()
1868 ConstantFoldingReducer constant_folding_reducer( in Run()
1884 // ConstantFoldingReducer and TypedOptimization access the heap. in Run()

Completed in 7 milliseconds