Home
last modified time | relevance | path

Searched refs:graph_reducer (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc982 void AddReducer(PipelineData* data, GraphReducer* graph_reducer, in AddReducer() argument
997 graph_reducer->AddReducer(reducer); in AddReducer()
1336 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in DECL_PIPELINE_PHASE_CONSTANTS() local
1339 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in DECL_PIPELINE_PHASE_CONSTANTS()
1341 CheckpointElimination checkpoint_elimination(&graph_reducer); in DECL_PIPELINE_PHASE_CONSTANTS()
1343 &graph_reducer, data->graph(), data->broker(), data->common(), in DECL_PIPELINE_PHASE_CONSTANTS()
1352 JSCallReducer call_reducer(&graph_reducer, data->jsgraph(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
1355 &graph_reducer, data->jsgraph(), data->broker(), in DECL_PIPELINE_PHASE_CONSTANTS()
1369 &graph_reducer, data->jsgraph(), data->broker(), flags, in DECL_PIPELINE_PHASE_CONSTANTS()
1372 &graph_reducer, temp_zone, data->info(), data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
Dtyper.cc328 GraphReducer graph_reducer(zone(), graph(), tick_counter_, broker()); in Run() local
329 graph_reducer.AddReducer(&visitor); in Run()
330 for (Node* const root : roots) graph_reducer.ReduceNode(root); in Run()
331 graph_reducer.ReduceGraph(); in Run()