Searched refs:BytesInScope (Results 1 – 1 of 1) sorted by relevance
205 static void collectLocStats(uint64_t ScopeBytesCovered, uint64_t BytesInScope, in collectLocStats() argument210 auto getCoverageBucket = [ScopeBytesCovered, BytesInScope]() -> unsigned { in collectLocStats()215 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()218 unsigned LocBucket = 100 * (double)ScopeBytesCovered / BytesInScope; in collectLocStats()274 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsForDie() argument359 ScopeBytesCovered = BytesInScope; in collectStatsForDie()360 TotalBytesCovered = BytesInScope; in collectStatsForDie()374 ScopeBytesCovered = BytesInScope; in collectStatsForDie()375 TotalBytesCovered = BytesInScope; in collectStatsForDie()401 if (BytesInScope && !DeferLocStats) { in collectStatsForDie()[all …]