Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance
1535 int maxASAP = 0; in computeNodeFunctions() local1551 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()1559 int alap = maxASAP; in computeNodeFunctions()1993 SUnit *maxASAP = nullptr; in computeNodeOrder() local1995 if (maxASAP == nullptr || getASAP(SU) >= getASAP(maxASAP)) in computeNodeOrder()1996 maxASAP = SU; in computeNodeOrder()1998 R.insert(maxASAP); in computeNodeOrder()