Searched refs:ScopeBytesCovered (Results 1 – 1 of 1) sorted by relevance
123 SaturatingUINT64 ScopeBytesCovered = 0; member205 static void collectLocStats(uint64_t ScopeBytesCovered, uint64_t BytesInScope, in collectLocStats() argument210 auto getCoverageBucket = [ScopeBytesCovered, BytesInScope]() -> unsigned { in collectLocStats()212 if (ScopeBytesCovered == 0) in collectLocStats()215 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()218 unsigned LocBucket = 100 * (double)ScopeBytesCovered / BytesInScope; in collectLocStats()288 uint64_t ScopeBytesCovered = 0; in collectStatsForDie() local359 ScopeBytesCovered = BytesInScope; in collectStatsForDie()374 ScopeBytesCovered = BytesInScope; in collectStatsForDie()392 ScopeBytesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()[all …]