Home
last modified time | relevance | path

Searched refs:dead_code_elimination (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_optimizer_test.cpp23 dead_code_elimination(*sh); in TEST_F()
40 dead_code_elimination(*sh); in TEST_F()
48 dead_code_elimination(*sh); in TEST_F()
62 progress |= dead_code_elimination(*sh); in TEST_F()
64 progress |= dead_code_elimination(*sh); in TEST_F()
79 progress |= dead_code_elimination(*sh); in TEST_F()
81 progress |= dead_code_elimination(*sh); in TEST_F()
163 dead_code_elimination(*sh);
205 dead_code_elimination(*sh); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_optimizer.h34 bool dead_code_elimination(Shader& shader);
H A Dsfn_optimizer.cpp56 progress |= dead_code_elimination(shader); in optimize()
58 progress |= dead_code_elimination(shader); in optimize()
61 progress |= dead_code_elimination(shader); in optimize()
94 bool dead_code_elimination(Shader& shader) in dead_code_elimination() function
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1339 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run()
1377 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
1406 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run()
1415 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
1502 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run()
1519 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
1741 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run()
1752 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
1817 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run()
1822 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
[all...]

Completed in 9 milliseconds