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