Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseUtil.h29 extern cl::opt<unsigned> SampleProfileRecordCoverage;
DSampleProfileLoaderBaseImpl.h936 if (SampleProfileRecordCoverage) {
940 if (Coverage < SampleProfileRecordCoverage) {
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileLoaderBaseUtil.cpp26 cl::opt<unsigned> SampleProfileRecordCoverage( variable