Searched refs:BytesInThisScope (Results 1 – 1 of 1) sorted by relevance
567 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local569 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()602 if (BytesInThisScope) { in collectStatsRecursive()603 BytesInScope = BytesInThisScope; in collectStatsRecursive()605 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()607 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()