Home
last modified time | relevance | path

Searched refs:ReduceGraph (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1387 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1418 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1483 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1533 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1544 escape_analysis.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1558 reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1575 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1640 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1730 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
1758 graph_reducer.ReduceGraph(); in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
Dgraph-reducer.h157 void ReduceGraph(); in NON_EXPORTED_BASE()
Descape-analysis.h47 void ReduceGraph() { ReduceFrom(graph_->end()); } in ReduceGraph() function
Dgraph-reducer.cc97 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); } in ReduceGraph() function in v8::internal::compiler::GraphReducer
Dtyper.cc331 graph_reducer.ReduceGraph(); in Run()