Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp128 static cl::opt<int> SwpMaxMii("pipeliner-max-mii", variable
608 if (SwpMaxMii != -1 && (int)MII > SwpMaxMii) { in schedule()
609 LLVM_DEBUG(dbgs() << "MII > " << SwpMaxMii in schedule()
617 << ore::NV("SwpMaxMii", SwpMaxMii) << "." in schedule()