Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h30 extern cl::opt<unsigned> SampleProfileSampleCoverage;
H A DSampleProfileLoaderBaseImpl.h1120 if (SampleProfileSampleCoverage) {
1124 if (Coverage < SampleProfileSampleCoverage) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp31 cl::opt<unsigned> SampleProfileSampleCoverage( variable