Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h36 extern cl::opt<unsigned> SampleProfileSampleCoverage;
H A DSampleProfileLoaderBaseImpl.h74 extern cl::opt<unsigned> SampleProfileSampleCoverage;
868 if (SampleProfileSampleCoverage) {
872 if (Coverage < SampleProfileSampleCoverage) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp27 cl::opt<unsigned> SampleProfileSampleCoverage( variable