Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1824 int maxASAP = 0; in computeNodeFunctions() local1840 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1847 int alap = maxASAP; in computeNodeFunctions()2263 SUnit *maxASAP = nullptr; in computeNodeOrder() local2265 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()2266 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()2267 maxASAP = SU; in computeNodeOrder()2269 R.insert(maxASAP); in computeNodeOrder()