Home
last modified time | relevance | path

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

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