Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() local
207 auto &PathID = PathAndData.first; in mergeProfilesByThread()
208 auto &Data = PathAndData.second; in mergeProfilesByThread()
223 PathDataVector PathAndData; in mergeProfilesByThread() local
224 PathAndData.reserve(IndexedThreadBlock.second->size()); in mergeProfilesByThread()
225 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData)); in mergeProfilesByThread()
227 Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)})); in mergeProfilesByThread()
239 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack() local
240 auto &PathId = PathAndData.first; in mergeProfilesByStack()
241 auto &Data = PathAndData.second; in mergeProfilesByStack()