Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance
174 struct WriterContext { struct182 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument206 WriterContext *WC) { in loadInput()265 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts()308 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile()310 Contexts.emplace_back(llvm::make_unique<WriterContext>( in mergeInstrProfile()347 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile()