Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dgraph-reducer-unittest.cc428 void ReduceGraph(Reducer* r1) { in ReduceGraph() function in v8::internal::compiler::GraphReducerTest
431 reducer.ReduceGraph(); in ReduceGraph()
434 void ReduceGraph(Reducer* r1, Reducer* r2) { in ReduceGraph() function in v8::internal::compiler::GraphReducerTest
438 reducer.ReduceGraph(); in ReduceGraph()
441 void ReduceGraph(Reducer* r1, Reducer* r2, Reducer* r3) { in ReduceGraph() function in v8::internal::compiler::GraphReducerTest
446 reducer.ReduceGraph(); in ReduceGraph()
501 ReduceGraph(&r1); in TEST_F()
517 ReduceGraph(&r1); in TEST_F()
530 ReduceGraph(&r); in TEST_F()
550 ReduceGraph(&r); in TEST_F()
[all …]
Dbranch-elimination-unittest.cc34 graph_reducer.ReduceGraph(); in Reduce()
Descape-analysis-unittest.cc41 graph_reducer.ReduceGraph(); in Transformation()
/external/v8/src/compiler/
Dpipeline.cc817 graph_reducer.ReduceGraph(); in Run()
852 graph_reducer.ReduceGraph(); in Run()
918 graph_reducer.ReduceGraph(); in Run()
934 graph_reducer.ReduceGraph(); in Run()
950 graph_reducer.ReduceGraph(); in Run()
990 graph_reducer.ReduceGraph(); in Run()
1080 graph_reducer.ReduceGraph(); in Run()
Dgraph-reducer.h134 void ReduceGraph();
Dgraph-reducer.cc76 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); } in ReduceGraph() function in v8::internal::compiler::GraphReducer
Dosr.cc321 graph_reducer.ReduceGraph(); in Deconstruct()
Dtyper.cc308 graph_reducer.ReduceGraph(); in Run()