Home | History | Annotate | Download | only in ir3

Lines Matching defs:progress

88 	bool progress;
90 progress = false;
93 progress |= OPT(s, nir_lower_alu_to_scalar);
94 progress |= OPT(s, nir_lower_phis_to_scalar);
96 progress |= OPT(s, nir_copy_prop);
97 progress |= OPT(s, nir_opt_dce);
98 progress |= OPT(s, nir_opt_cse);
99 progress |= OPT(s, ir3_nir_lower_if_else);
100 progress |= OPT(s, nir_opt_algebraic);
101 progress |= OPT(s, nir_opt_constant_folding);
103 } while (progress);