Home
last modified time | relevance | path

Searched refs:maxASAP (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1535 int maxASAP = 0; in computeNodeFunctions() local
1551 maxASAP = std::max(maxASAP, asap); in computeNodeFunctions()
1559 int alap = maxASAP; in computeNodeFunctions()
1993 SUnit *maxASAP = nullptr; in computeNodeOrder() local
1995 if (maxASAP == nullptr || getASAP(SU) >= getASAP(maxASAP)) in computeNodeOrder()
1996 maxASAP = SU; in computeNodeOrder()
1998 R.insert(maxASAP); in computeNodeOrder()