Searched refs:ALAP (Results 1 – 5 of 5) sorted by relevance
125 int ALAP = 0; member213 int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ALAP; } in getALAP()
2446 #define ALAP(x) (ORDER_PARAMS ((x))->alap) macro2448 #define MOB(x) (ALAP ((x)) - ASAP ((x)))2617 ALAP (u_node) = max_asap; in calculate_order_params()2622 ALAP (u_node) = MIN (ALAP (u_node), in calculate_order_params()2623 ALAP (e->dest) - e->latency); in calculate_order_params()2636 ASAP (u_node), ALAP (u_node), HEIGHT (u_node)); in calculate_order_params()
2445 #define ALAP(x) (ORDER_PARAMS ((x))->alap) macro2447 #define MOB(x) (ALAP ((x)) - ASAP ((x)))2616 ALAP (u_node) = max_asap; in calculate_order_params()2621 ALAP (u_node) = MIN (ALAP (u_node), in calculate_order_params()2622 ALAP (e->dest) - e->latency); in calculate_order_params()2635 ASAP (u_node), ALAP (u_node), HEIGHT (u_node)); in calculate_order_params()
1496 ScheduleInfo[*I].ALAP = alap; in computeNodeFunctions()
33611 [gdb/testsuite] Move "maint wait-for-index-cache" ALAP in gdb.base/index-cache.exp33627 - moving all calls to proc check_cache_stats ALAP.