Lines Matching defs:ready
133 /* For ready instructions, the earliest possible ip that it could be
398 /* if dependency not scheduled, we aren't ready yet: */
433 * addr value which is otherwise ready.
440 bool ready = false;
441 for (unsigned i = 0; (i < ir->a0_users_count) && !ready; i++) {
447 ready = could_sched(ctx, indirect, instr);
451 if (!ready)
457 bool ready = false;
458 for (unsigned i = 0; (i < ir->a1_users_count) && !ready; i++) {
464 ready = could_sched(ctx, indirect, instr);
468 if (!ready)
665 return "neutral+ready";
669 return "freed+ready";
724 * XXX: Should this prioritize ready?
762 return "distance+ready";
787 /* Pick the max delay of the remaining ready set. */