Searched refs:BytesInThisScope (Results 1 – 1 of 1) sorted by relevance
566 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local568 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()601 if (BytesInThisScope) { in collectStatsRecursive()602 BytesInScope = BytesInThisScope; in collectStatsRecursive()604 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()606 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()