Lines Matching defs:progress
81 bool progress;
121 progress = false;
123 NIR_PASS(progress, nir, nir_copy_prop);
124 NIR_PASS(progress, nir, nir_opt_cse);
125 NIR_PASS(progress, nir, nir_opt_algebraic);
126 NIR_PASS(progress, nir, nir_opt_constant_folding);
127 NIR_PASS(progress, nir, nir_opt_dce);
129 } while (progress);
140 progress = false;
142 NIR_PASS(progress, nir, nir_opt_algebraic_late);
147 } while (progress);