Searched refs:NSAThreshold (Results 1 – 1 of 1) sorted by relevance
57 static cl::opt<unsigned> NSAThreshold("amdgpu-nsa-threshold", variable974 if (NSAThreshold.getNumOccurrences() > 0) in getNSAThreshold()975 return std::max(NSAThreshold.getValue(), 2u); in getNSAThreshold()