Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h35 extern cl::opt<unsigned> SampleProfileRecordCoverage;
H A DSampleProfileLoaderBaseImpl.h73 extern cl::opt<unsigned> SampleProfileRecordCoverage;
855 if (SampleProfileRecordCoverage) {
859 if (Coverage < SampleProfileRecordCoverage) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp22 cl::opt<unsigned> SampleProfileRecordCoverage( variable