Searched refs:nir_opt_dce (Results 1 – 7 of 7) sorted by relevance
485 OPT(nir_opt_dce); in nir_optimize()497 OPT(nir_opt_dce); in nir_optimize()618 OPT(nir_opt_dce); in brw_postprocess_nir()
167 nir_opt_dce(nir_shader *shader) in nir_opt_dce() function
2583 bool nir_opt_dce(nir_shader *shader);
97 progress |= OPT(s, nir_opt_dce); in ir3_optimize_loop()
243 nir/nir_opt_dce.c \
140 NIR_PASS(progress, shader, nir_opt_dce); in radv_optimize_nir()
1536 NIR_PASS(progress, s, nir_opt_dce); in vc4_optimize_nir()