Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1376 int maxASAP = 0; in computeNodeFunctions() local1396 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1405 int alap = maxASAP; in computeNodeFunctions()1839 SUnit *maxASAP = nullptr; in computeNodeOrder() local1841 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()