Home
last modified time | relevance | path

Searched refs:ExistingData (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp216 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local
217 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
218 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()
249 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local
250 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
251 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()