Home
last modified time | relevance | path

Searched refs:CheckpointElimination (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcheckpoint-elimination.cc14 CheckpointElimination::CheckpointElimination(Editor* editor) in CheckpointElimination() function in v8::internal::compiler::CheckpointElimination
54 Reduction CheckpointElimination::ReduceCheckpoint(Node* node) { in ReduceCheckpoint()
62 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce()
Dcheckpoint-elimination.h17 class V8_EXPORT_PRIVATE CheckpointElimination final
20 explicit CheckpointElimination(Editor* editor); in NON_EXPORTED_BASE()
21 ~CheckpointElimination() final = default; in NON_EXPORTED_BASE()
Dpipeline.cc1341 CheckpointElimination checkpoint_elimination(&graph_reducer); in DECL_PIPELINE_PHASE_CONSTANTS()
1515 CheckpointElimination checkpoint_elimination(&graph_reducer); in DECL_PIPELINE_PHASE_CONSTANTS()
1861 CheckpointElimination checkpoint_elimination(&graph_reducer); in DECL_PIPELINE_PHASE_CONSTANTS()