Searched refs:ExistingData (Results 1 – 1 of 1) sorted by relevance
214 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local215 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()216 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()247 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local248 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()249 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()