Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp23 static unsigned SkipThreshold; variable
29 cl::location(SkipThreshold), cl::init(12));
335 if (NumInstr >= SkipThreshold) in mustRetainExeczBranch()