Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1480 int alap = maxASAP; in computeNodeFunctions() local
1492 alap = std::min(alap, (int)(getALAP(succ) - IS->getLatency() + in computeNodeFunctions()
1496 ScheduleInfo[*I].ALAP = alap; in computeNodeFunctions()
/freebsd-12-stable/contrib/gcc/
Dmodulo-sched.c1635 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
1654 int alap; member