Searched refs:asap (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c195 #define SCHED_ASAP(x) (((node_sched_params_ptr)(x)->aux.info)->asap)
208 int asap; /* A lower-bound on the absolute scheduling cycle. */
209 int time; /* The absolute scheduling cycle (time >= asap). */
352 the aux field of each node contain the asap bound (computed earlier),
370 node_sched_params[i].asap = g->nodes[i].aux.count;
389 fprintf (file, " asap = %d:\n", nsp->asap);
1638 #define ASAP(x) (ORDER_PARAMS ((x))->asap)
1657 int asap;
206 int asap; /* A lower-bound on the absolute scheduling cycle. */ member in struct:node_sched_params
1653 int asap; member in struct:node_order_params

Completed in 88 milliseconds