Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp195 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByThread() typedef
196 using PathDataMapPtr = std::unique_ptr<PathDataMap>; in mergeProfilesByThread()
205 {Block.Thread, PathDataMapPtr{new PathDataMap()}}); in mergeProfilesByThread()
211 PathDataMap::iterator PathDataIt; in mergeProfilesByThread()
234 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByStack() typedef
235 PathDataMap PathData; in mergeProfilesByStack()
244 PathDataMap::iterator PathDataIt; in mergeProfilesByStack()