Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1403 int maxASAP = 0; in computeNodeFunctions() local
1419 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1426 int alap = maxASAP; in computeNodeFunctions()
1845 SUnit *maxASAP = nullptr; in computeNodeOrder() local
1847 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()
1848 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()
1849 maxASAP = SU; in computeNodeOrder()
1851 R.insert(maxASAP); in computeNodeOrder()