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