Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp40 static cl::opt<unsigned> CutoffForExact( variable
786 bool BelowCutoff = (CutoffForExact > 0) && ProblemSize <= CutoffForExact; in solve()