Lines Matching refs:progress
1496 bool progress;
1503 progress = false;
1506 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL);
1507 NIR_PASS(progress, s, nir_lower_phis_to_scalar, false);
1508 NIR_PASS(progress, s, nir_copy_prop);
1509 NIR_PASS(progress, s, nir_opt_remove_phis);
1510 NIR_PASS(progress, s, nir_opt_dce);
1511 NIR_PASS(progress, s, nir_opt_dead_cf);
1512 NIR_PASS(progress, s, nir_opt_cse);
1513 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true);
1514 NIR_PASS(progress, s, nir_opt_algebraic);
1515 NIR_PASS(progress, s, nir_opt_constant_folding);
1523 NIR_PASS(progress, s, nir_opt_constant_folding);
1524 progress = true;
1533 NIR_PASS(progress, s, nir_opt_undef);
1534 NIR_PASS(progress, s, nir_opt_loop_unroll);
1535 } while (progress);