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

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c360 /* Initialize ASAP/ALAP/HIGHT to zero. */
1151 ASAP. */
1289 'ASAP(u)' the earliest time at which u could be scheduled as computed in
1321 21. start = ASAP(u); end = start + II - 1; step = 1
1638 #define ASAP(x) (ORDER_PARAMS ((x))->asap)
1641 #define MOB(x) (ALAP ((x)) - ASAP ((x)))
1642 #define DEPTH(x) (ASAP ((x)))
1684 NODE_ORDER. Also set aux.count of each node to ASAP.
1701 /* Save ASAP before destroying node_order_params. */
1705 v->aux.count = ASAP (
1634 #define ASAP macro
[all...]

Completed in 77 milliseconds