Searched refs:BytesInScope (Results 1 – 1 of 1) sorted by relevance
156 static void collectLocStats(uint64_t ScopeBytesCovered, uint64_t BytesInScope, in collectLocStats() argument161 auto getCoverageBucket = [ScopeBytesCovered, BytesInScope]() -> unsigned { in collectLocStats()166 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()169 unsigned LocBucket = 100 * (double)ScopeBytesCovered / BytesInScope; in collectLocStats()225 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsForDie() argument310 ScopeBytesCovered = BytesInScope; in collectStatsForDie()311 TotalBytesCovered = BytesInScope; in collectStatsForDie()325 ScopeBytesCovered = BytesInScope; in collectStatsForDie()326 TotalBytesCovered = BytesInScope; in collectStatsForDie()352 if (BytesInScope && !DeferLocStats) { in collectStatsForDie()[all …]