Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h64 extern cl::opt<int> SwpForceIssueWidth;
510 if (SwpForceIssueWidth > 0) in ResourceManager()
511 IssueWidth = SwpForceIssueWidth; in ResourceManager()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp209 cl::opt<int> SwpForceIssueWidth( variable