Searched refs:ScopeBytesCovered (Results 1 – 1 of 1) sorted by relevance
84 unsigned ScopeBytesCovered = 0; member163 if (ScopeBytesCovered == 0) in collectLocStats()166 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()239 uint64_t ScopeBytesCovered = 0; in collectStatsForDie() local310 ScopeBytesCovered = BytesInScope; in collectStatsForDie()325 ScopeBytesCovered = BytesInScope; in collectStatsForDie()343 ScopeBytesCovered += ScopeBytesCoveredByEntry; in collectStatsForDie()379 GlobalStats.ScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()383 GlobalStats.ParamScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()387 GlobalStats.LocalVarScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()[all …]