Home
last modified time | relevance | path

Searched defs:graph_reducer (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc435 void AddReducer(PipelineData* data, GraphReducer* graph_reducer, in AddReducer()
534 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
608 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
645 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
664 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
680 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
713 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
774 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
Dosr.cc316 GraphReducer graph_reducer(tmp_zone, graph); in Deconstruct() local
Dwasm-compiler.cc1836 GraphReducer graph_reducer(&zone, &graph, jsgraph.Dead()); in CompileJSToWasmWrapper() local
1914 GraphReducer graph_reducer(&zone, &graph, jsgraph.Dead()); in CompileWasmToJSWrapper() local
Dtyper.cc295 GraphReducer graph_reducer(zone(), graph()); in Run() local
/external/v8/test/unittests/compiler/
Dload-elimination-unittest.cc23 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
Dgraph-reducer-unittest.cc297 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local
314 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local
333 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local
354 GraphReducer graph_reducer(zone(), graph(), dead); in TEST_F() local
378 GraphReducer graph_reducer(zone(), graph(), dead); in TEST_F() local
Dbranch-elimination-unittest.cc30 GraphReducer graph_reducer(zone(), graph(), jsgraph.Dead()); in Reduce() local
Djs-builtin-reducer-unittest.cc35 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
Djs-type-feedback-unittest.cc48 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
Djs-context-relaxation-unittest.cc27 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
Descape-analysis-unittest.cc37 GraphReducer graph_reducer(zone(), graph()); in Transformation() local
Djs-intrinsic-lowering-unittest.cc41 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
Djs-typed-lowering-unittest.cc88 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
/external/v8/test/cctest/compiler/
Dtest-js-context-specialization.cc243 GraphReducer graph_reducer(t.main_zone(), t.graph()); in TEST() local
Dtest-js-typed-lowering.cc97 GraphReducer graph_reducer(main_zone(), &graph); in reduce() local