Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance
133 struct WriterContext { struct141 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument164 static void loadInput(const WeightedFile &Input, WriterContext *WC) { in loadInput()221 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts()263 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile()265 Contexts.emplace_back(llvm::make_unique<WriterContext>( in mergeInstrProfile()302 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile()