Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp210 PathDataMap::iterator PathDataIt; in mergeProfilesByThread() local
212 std::tie(PathDataIt, Inserted) = It->second->insert({NewPathID, Data}); in mergeProfilesByThread()
214 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread()
243 PathDataMap::iterator PathDataIt; in mergeProfilesByStack() local
245 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()
247 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack()