Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/
DdEQP-GLES2.performance.Fail.bz2 ... dEQP-GLES2.performance.compiler.optimization.dead_code_elimination.dead_branch_complex_fragment 6dEQP-GLES2.performance.compiler ...
/external/v8/src/compiler/
Dpipeline.cc535 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run() local
568 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
609 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run() local
630 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
648 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run() local
651 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
681 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run() local
688 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
714 DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(), in Run() local
722 AddReducer(data, &graph_reducer, &dead_code_elimination); in Run()
[all …]
/external/v8/src/
Dflag-definitions.h381 DEFINE_BOOL(dead_code_elimination, true, "use dead code elimination")