Lines Matching defs:progress
254 bool progress = false;
273 progress = true;
288 progress = true;
293 return progress;
325 bool progress = true;
326 while (progress) {
327 progress = false;
329 progress |= compute_block_next_distance(ctx, block, tmp_next_use);
1892 * which case we will set progress=true and visit the definition again, or
1927 bool progress;
1929 progress = false;
1954 progress |= simplify_phi_node(instr);
1959 } while (progress);