Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1884 int maxASAP = 0; in computeNodeFunctions() local1900 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1907 int alap = maxASAP; in computeNodeFunctions()2323 SUnit *maxASAP = nullptr; in computeNodeOrder() local2325 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()2326 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()2327 maxASAP = SU; in computeNodeOrder()2329 R.insert(maxASAP); in computeNodeOrder()