OSDN Git Service

nir/opt_if: Remove unneeded phis if we make progress
[android-x86/external-mesa.git] / src / compiler / nir / nir.h
index be7b92d..c16ce54 100644 (file)
@@ -2903,6 +2903,7 @@ bool nir_opt_move_load_ubo(nir_shader *shader);
 
 bool nir_opt_peephole_select(nir_shader *shader, unsigned limit);
 
+bool nir_opt_remove_phis_impl(nir_function_impl *impl);
 bool nir_opt_remove_phis(nir_shader *shader);
 
 bool nir_opt_shrink_load(nir_shader *shader);