Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp194 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByThread() typedef
195 using PathDataMapPtr = std::unique_ptr<PathDataMap>; in mergeProfilesByThread()
204 {Block.Thread, std::make_unique<PathDataMap>()}); in mergeProfilesByThread()
210 PathDataMap::iterator PathDataIt; in mergeProfilesByThread()
233 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByStack() typedef
234 PathDataMap PathData; in mergeProfilesByStack()
243 PathDataMap::iterator PathDataIt; in mergeProfilesByStack()