Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/XRay/
H A DProfile.cpp196 using PathDataMapPtr = std::unique_ptr<PathDataMap>; in mergeProfilesByThread() typedef
198 using ThreadProfileIndexMap = DenseMap<Profile::ThreadID, PathDataMapPtr>; in mergeProfilesByThread()
205 {Block.Thread, PathDataMapPtr{new PathDataMap()}}); in mergeProfilesByThread()