Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp120 static cl::opt<unsigned> ReadyListLimit("misched-limit", cl::Hidden, variable
2278 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2537 if (Available.size() >= ReadyListLimit) in releasePending()