Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h34 extern cl::opt<unsigned> SampleProfileSampleCoverage;
H A DSampleProfileLoaderBaseImpl.h74 extern cl::opt<unsigned> SampleProfileSampleCoverage;
865 if (SampleProfileSampleCoverage) {
869 if (Coverage < SampleProfileSampleCoverage) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp27 cl::opt<unsigned> SampleProfileSampleCoverage( variable