Home
last modified time | relevance | path

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

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