Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1446 int maxASAP = 0; in computeNodeFunctions() local
1462 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1469 int alap = maxASAP; in computeNodeFunctions()
1888 SUnit *maxASAP = nullptr; in computeNodeOrder() local
1890 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()
1891 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()
1892 maxASAP = SU; in computeNodeOrder()
1894 R.insert(maxASAP); in computeNodeOrder()