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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1450 int maxASAP = 0; local
1470 maxASAP = std::max(maxASAP, asap);
1479 int alap = maxASAP;
1913 SUnit *maxASAP = nullptr; local
1915 if (maxASAP == nullptr || getASAP(SU) > getASAP(maxASAP) ||
1916 (getASAP(SU) == getASAP(maxASAP) && SU->NodeNum > maxASAP->NodeNum))
1917 maxASAP
[all...]

Completed in 102 milliseconds