Home
last modified time | relevance | path

Searched refs:alap (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1426 int alap = maxASAP; in computeNodeFunctions() local
1438 alap = std::min(alap, (int)(getALAP(succ) - S.getLatency() + in computeNodeFunctions()
1442 ScheduleInfo[I].ALAP = alap; in computeNodeFunctions()
/openbsd/gnu/gcc/gcc/
H A Dmodulo-sched.c1635 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
1654 int alap; member