Searched refs:ExistingData (Results 1 – 1 of 1) sorted by relevance
215 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()217 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()248 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()250 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()