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.cpp205 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() local
206 auto &PathID = PathAndData.first; in mergeProfilesByThread()
207 auto &Data = PathAndData.second; in mergeProfilesByThread()
222 PathDataVector PathAndData; in mergeProfilesByThread() local
223 PathAndData.reserve(IndexedThreadBlock.second->size()); in mergeProfilesByThread()
224 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData)); in mergeProfilesByThread()
226 Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)})); in mergeProfilesByThread()
238 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack() local
239 auto &PathId = PathAndData.first; in mergeProfilesByStack()
240 auto &Data = PathAndData.second; in mergeProfilesByStack()