Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp369 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen() argument
403 AddStream(Task, Mod.getModuleIdentifier()); in codegen()
427 AddStreamFn AddStream, in splitCodeGen() argument
460 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
506 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend() argument
524 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex); in backend()
526 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod, in backend()
553 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend() argument
580 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex); in thinBackend()
595 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex); in thinBackend()
H A DLTO.cpp1140 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() argument
1186 Error Result = runRegularLTO(AddStream); in run()
1190 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1229 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO() argument
1353 backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel, in runRegularLTO()
1430 AddStreamFn AddStream; member in __anona29527bd1011::InProcessThinBackend
1445 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() argument
1449 BackendThreadPool(ThinLTOParallelism), AddStream(std::move(AddStream)), in InProcessThinBackend()
1460 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() argument
1467 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread() argument
[all …]
H A DLTOCodeGenerator.cpp313 auto AddStream = in compileOptimizedToFile() local
329 bool genResult = compileOptimized(AddStream, 1); in compileOptimizedToFile()
641 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized() argument
657 Error Err = backend(Config, AddStream, ParallelismLevel, *MergedModule, in compileOptimized()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h44 Error backend(const Config &C, AddStreamFn AddStream,
54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
H A DLTO.h202 AddStreamFn AddStream, FileCache Cache)>;
300 Error run(AddStreamFn AddStream, FileCache Cache = nullptr);
433 Error runRegularLTO(AddStreamFn AddStream);
434 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp437 auto AddStream = in run() local
450 *AddStream(Task, ModuleName)->OS << MB->getBuffer(); in run()
458 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h184 bool compileOptimized(AddStreamFn AddStream, unsigned ParallelismLevel);
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1123 auto AddStream = in main() local
1138 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1208 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend() local
1284 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()