Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp110 static cl::opt<int> SwpMaxMii("pipeliner-max-mii", variable
853 if (SwpMaxMii != -1 && (int)MII > SwpMaxMii) in schedule()