Searched refs:PathAndData (Results 1 – 1 of 1) sorted by relevance
207 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() local208 auto &PathID = PathAndData.first; in mergeProfilesByThread()209 auto &Data = PathAndData.second; in mergeProfilesByThread()224 PathDataVector PathAndData; in mergeProfilesByThread() local225 PathAndData.reserve(IndexedThreadBlock.second->size()); in mergeProfilesByThread()226 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData)); in mergeProfilesByThread()228 Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)})); in mergeProfilesByThread()240 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack() local241 auto &PathId = PathAndData.first; in mergeProfilesByStack()242 auto &Data = PathAndData.second; in mergeProfilesByStack()