Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp59 static cl::opt<unsigned> NSAThreshold("amdgpu-nsa-threshold", variable
1027 if (NSAThreshold.getNumOccurrences() > 0) in getNSAThreshold()
1028 return std::max(NSAThreshold.getValue(), 2u); in getNSAThreshold()