Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c46 bool all_null = true; in bi_opt_dead_code_eliminate() local
64 all_null &= bi_is_null(ins->dest[d]); in bi_opt_dead_code_eliminate()
67 if (all_null && !bi_side_effects(ins)) in bi_opt_dead_code_eliminate()