Searched refs:PathAndData (Results 1 – 1 of 1) sorted by relevance
206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() local207 auto &PathID = PathAndData.first; in mergeProfilesByThread()208 auto &Data = PathAndData.second; in mergeProfilesByThread()223 PathDataVector PathAndData; in mergeProfilesByThread() local224 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() local240 auto &PathId = PathAndData.first; in mergeProfilesByStack()241 auto &Data = PathAndData.second; in mergeProfilesByStack()