Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dmodulo-sched.c1634 #define ASAP(x) (ORDER_PARAMS ((x))->asap) macro
1637 #define MOB(x) (ALAP ((x)) - ASAP ((x)))
1638 #define DEPTH(x) (ASAP ((x)))
1701 v->aux.count = ASAP (v); in sms_order_nodes()
1789 ASAP (u_node) = 0; in calculate_order_params()
1792 ASAP (u_node) = MAX (ASAP (u_node), in calculate_order_params()
1793 ASAP (e->src) + e->latency); in calculate_order_params()
1794 max_asap = MAX (max_asap, ASAP (u_node)); in calculate_order_params()
1828 if (max_asap < ASAP (u_node)) in find_max_asap()
1830 max_asap = ASAP (u_node); in find_max_asap()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h133 int ASAP = 0; member
221 int getASAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ASAP; } in getASAP()
/openbsd-src/sbin/isakmpd/
H A DTO-DO84 * Let the hard-limit on ISAKMP SA lifetime destroy the SA ASAP. [done]
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def76 FUZZER_FLAG_STRING(stop_file, "Stop fuzzing ASAP if this file exists")
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges396 steps, with no-layout-known initialization ASAP, and the
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog722 - Now bless objects ASAP at retrieve time, which is meant to fix
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1420 ScheduleInfo[I].ASAP = asap; in computeNodeFunctions()