Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp196 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByThread() typedef
197 using PathDataMapPtr = std::unique_ptr<PathDataMap>; in mergeProfilesByThread()
206 {Block.Thread, PathDataMapPtr{new PathDataMap()}}); in mergeProfilesByThread()
212 PathDataMap::iterator PathDataIt; in mergeProfilesByThread()
235 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByStack() typedef
236 PathDataMap PathData; in mergeProfilesByStack()
245 PathDataMap::iterator PathDataIt; in mergeProfilesByStack()