Searched refs:ExistingData (Results 1 – 1 of 1) sorted by relevance
216 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local217 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()218 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()249 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local250 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()251 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()