Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h62 extern cl::opt<int> SwpForceIssueWidth;
505 if (SwpForceIssueWidth > 0) in ResourceManager()
506 IssueWidth = SwpForceIssueWidth; in ResourceManager()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp204 cl::opt<int> SwpForceIssueWidth( variable