Lines Matching defs:Coverage
71 "sample-profile-check-record-coverage", cl::init(0), cl::value_desc("N"),
75 "sample-profile-check-sample-coverage", cl::init(0), cl::value_desc("N"),
238 /// Coverage map for sampling records.
242 /// profiles (see flag -sample-profile-check-coverage).
252 /// that record are added to this accumulator. Coverage is later computed
321 // The size of the coverage map for FS represents the number of records
1164 // If coverage checking was requested, compute it now.
1168 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
1169 if (Coverage < SampleProfileRecordCoverage) {
1173 Twine(Coverage) + "%) were applied",
1181 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
1182 if (Coverage < SampleProfileSampleCoverage) {
1186 Twine(Coverage) + "%) were applied",