Home
last modified time | relevance | path

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

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