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.cpp211 PathDataMap::iterator PathDataIt; in mergeProfilesByThread() local
213 std::tie(PathDataIt, Inserted) = It->second->insert({NewPathID, Data}); in mergeProfilesByThread()
215 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread()
244 PathDataMap::iterator PathDataIt; in mergeProfilesByStack() local
246 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()
248 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack()