Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1403 int maxASAP = 0; in computeNodeFunctions() local1419 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1426 int alap = maxASAP; in computeNodeFunctions()1845 SUnit *maxASAP = nullptr; in computeNodeOrder() local1847 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()