Lines Matching refs:BytesInScope
62 uint64_t BytesInScope, in collectStatsForDie() argument
85 BytesCovered = BytesInScope; in collectStatsForDie()
108 if (OffsetToFirstDefinition > BytesInScope) in collectStatsForDie()
112 assert(BytesInScope); in collectStatsForDie()
115 BytesCovered = BytesInScope; in collectStatsForDie()
129 if (BytesInScope) { in collectStatsForDie()
133 BytesInScope -= OffsetToFirstDefinition; in collectStatsForDie()
135 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()
136 GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope; in collectStatsForDie()
147 uint64_t BytesInScope, in collectStatsRecursive() argument
196 BytesInScope = BytesInThisScope; in collectStatsRecursive()
204 collectStatsForDie(Die, FnPrefix, VarPrefix, ScopeLowPC, BytesInScope, in collectStatsRecursive()
223 BytesInScope, InlineDepth, FnStatMap, GlobalStats); in collectStatsRecursive()