Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp809 bool BelowCutoff = (CutoffForExact > 0) && ProblemSize <= CutoffForExact; in solve() local
813 if (EnableExactSolver || BelowCutoff) { in solve()