Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h29 extern cl::opt<unsigned> SampleProfileRecordCoverage;
H A DSampleProfileLoaderBaseImpl.h1107 if (SampleProfileRecordCoverage) {
1111 if (Coverage < SampleProfileRecordCoverage) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp26 cl::opt<unsigned> SampleProfileRecordCoverage( variable