Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1446 int maxASAP = 0; in computeNodeFunctions() local1462 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1469 int alap = maxASAP; in computeNodeFunctions()1888 SUnit *maxASAP = nullptr; in computeNodeOrder() local1890 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) || in computeNodeOrder()1891 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum)) in computeNodeOrder()1892 maxASAP = SU; in computeNodeOrder()1894 R.insert(maxASAP); in computeNodeOrder()