Home
last modified time | relevance | path

Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp133 struct WriterContext { struct
141 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument
164 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()