Lines Matching refs:delay
62 * Where possible, it tries to pick instructions that avoid nop delay
127 unsigned delay;
322 unsigned delay = (unsigned)(uintptr_t)edge->data;
325 child->earliest_ip = MAX2(child->earliest_ip, ctx->ip + delay);
712 * delay.
787 /* Pick the max delay of the remaining ready set. */
1065 n->delay = MAX2(n->delay, d_soft);
1153 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
1234 unsigned delay = node_delay(ctx, instr->data);
1235 d("delay=%u", delay);
1237 assert(delay <= 6);