Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1884 int maxASAP = 0; in computeNodeFunctions() local
1900 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1907 int alap = maxASAP; in computeNodeFunctions()
2323 SUnit *maxASAP = nullptr; in computeNodeOrder() local
2325 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()
2326 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()
2327 maxASAP = SU; in computeNodeOrder()
2329 R.insert(maxASAP); in computeNodeOrder()