Lines Matching defs:time
79 /* scoreboard->time value when this instruction can be scheduled without
106 uint32_t time;
623 if (scoreboard->time < n->ready_time)
669 if (scoreboard->time < n->ready_time)
710 if (n->ready_time > scoreboard->time)
790 if (n->ready_time > scoreboard->time)
843 /* Make the value live if it's the first time it's been used. */
956 scoreboard->time + n->delay);
969 scoreboard->time = MAX2(n->ready_time, scoreboard->time);
970 scoreboard->time++;