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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c2493 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
2495 #define MOB(x) (ALAP ((x)) - ASAP ((x)))
2595 For each SCC order the nodes according to their ASAP/ALAP/HEIGHT etc. */
2639 /* Initialize of ASAP/ALAP/HEIGHT to zero. */
2648 calculate ASAP, ALAP, mobility, distance, and height for each node
2670 ALAP (u_node) = max_asap;
2675 ALAP (u_node) = MIN (ALAP (u_node),
2676 ALAP (e->dest) - e->latency);
2688 fprintf (dump_file, "node %d, ASAP: %d, ALAP
2489 #define ALAP macro
[all...]

Completed in 41 milliseconds