Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp215 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local
216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
217 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()
248 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local
249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
250 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()