Searched refs:PathAndData (Results 1 – 1 of 1) sorted by relevance
205 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() local206 auto &PathID = PathAndData.first; in mergeProfilesByThread()207 auto &Data = PathAndData.second; in mergeProfilesByThread()222 PathDataVector PathAndData; in mergeProfilesByThread() local223 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() local239 auto &PathId = PathAndData.first; in mergeProfilesByStack()240 auto &Data = PathAndData.second; in mergeProfilesByStack()