Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp704 bool BelowCutoff = (CutoffForExact > 0) && ProblemSize <= CutoffForExact; in solve() local
708 if (EnableExactSolver || BelowCutoff) { in solve()