Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h125 int ALAP = 0; member
213 int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ALAP; } in getALAP()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc2446 #define ALAP(x) (ORDER_PARAMS ((x))->alap) macro
2448 #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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c2445 #define ALAP(x) (ORDER_PARAMS ((x))->alap) macro
2447 #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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1496 ScheduleInfo[*I].ALAP = alap; in computeNodeFunctions()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git33611 [gdb/testsuite] Move "maint wait-for-index-cache" ALAP in gdb.base/index-cache.exp
33627 - moving all calls to proc check_cache_stats ALAP.