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