Searched refs:BytesInThisScope (Results 1 – 1 of 1) sorted by relevance
511 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local513 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()544 if (BytesInThisScope) { in collectStatsRecursive()545 BytesInScope = BytesInThisScope; in collectStatsRecursive()547 GlobalStats.FunctionSize += BytesInThisScope; in collectStatsRecursive()549 GlobalStats.InlineFunctionSize += BytesInThisScope; in collectStatsRecursive()