Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1376 int maxASAP = 0; in computeNodeFunctions() local
1396 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1405 int alap = maxASAP; in computeNodeFunctions()
1839 SUnit *maxASAP = nullptr; in computeNodeOrder() local
1841 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()
1842 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()
1843 maxASAP = SU; in computeNodeOrder()
1845 R.insert(maxASAP); in computeNodeOrder()