Lines Matching refs:progress
33 bool progress;48 /* We're going to build a phi. That's progress. */49 state->progress = true;169 state.progress = false;180 if (state.progress)189 return state.progress;202 bool progress = false;206 progress = nir_repair_ssa_impl(function->impl) || progress;209 return progress;