Searched refs:IndexedThreadBlock (Results 1 – 1 of 1) sorted by relevance
222 for (const auto &IndexedThreadBlock : ThreadProfileIndex) { 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()