Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp132 static cl::opt<unsigned> ReadyListLimit("misched-limit", cl::Hidden, variable
2531 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2816 if (Available.size() >= ReadyListLimit) in releasePending()