Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1453 int maxASAP = 0; in computeNodeFunctions() local
1471 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1480 int alap = maxASAP; in computeNodeFunctions()
1899 SUnit *maxASAP = nullptr; in computeNodeOrder() local
1901 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()
1902 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()
1903 maxASAP = SU; in computeNodeOrder()
1905 R.insert(maxASAP); in computeNodeOrder()