Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp179 static cl::opt<bool> SampledInstr("sampled-instrumentation", cl::ZeroOrMore, variable
865 if (SampledInstr.getNumOccurrences() > 0) in isSamplingEnabled()
866 return SampledInstr; in isSamplingEnabled()