Searched refs:BytesInThisScope (Results 1 – 1 of 1) sorted by relevance
190 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local192 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()195 if (BytesInThisScope) { in collectStatsRecursive()196 BytesInScope = BytesInThisScope; in collectStatsRecursive()198 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()200 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()