Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1907 int alap = maxASAP; in computeNodeFunctions() local
1919 alap = std::min(alap, (int)(getALAP(succ) - S.getLatency() + in computeNodeFunctions()
1923 ScheduleInfo[I].ALAP = alap; in computeNodeFunctions()