Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1167 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() argument
1213 Error Result = runRegularLTO(AddStream); in run()
1217 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1256 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO() argument
1381 backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel, in runRegularLTO()
1452 AddStreamFn AddStream; member in __anona29527bd1111::CGThinBackend
1461 AddStreamFn AddStream, lto::IndexWriteCallback OnWrite, in CGThinBackend() argument
1466 AddStream(std::move(AddStream)), in CGThinBackend()
1486 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() argument
1489 AddStream, OnWrite, ShouldEmitIndexFiles, in InProcessThinBackend()
[all …]
H A DLTOBackend.cpp400 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen() argument
434 AddStream(Task, Mod.getModuleIdentifier()); in codegen()
473 AddStreamFn AddStream, in splitCodeGen() argument
506 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
552 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend() argument
570 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex); in backend()
572 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod, in backend()
599 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend() argument
629 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex); in thinBackend()
652 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex); in thinBackend()
H A DLTOCodeGenerator.cpp300 auto AddStream = in compileOptimizedToFile() local
316 bool genResult = compileOptimized(AddStream, 1); in compileOptimizedToFile()
628 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized() argument
644 Error Err = backend(Config, AddStream, ParallelismLevel, *MergedModule, in compileOptimized()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h272 AddStreamFn AddStream, FileCache Cache)>;
287 AddStreamFn AddStream, FileCache Cache) { in operator()
290 std::move(AddStream), std::move(Cache)); in operator()
418 LLVM_ABI Error run(AddStreamFn AddStream, FileCache Cache = {});
561 Error runRegularLTO(AddStreamFn AddStream);
562 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
H A DLTOBackend.h46 LLVM_ABI Error backend(const Config &C, AddStreamFn AddStream,
60 thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h204 AddStreamFn AddStream; member
213 AddStream = [&](size_t Task, const Twine &ModuleName) { in StreamCacheData()
250 AddStreamFn AddStream);
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp223 AddStreamFn AddStream) { in saveModuleForTwoRounds() argument
227 AddStream(Task, TheModule.getModuleIdentifier()); in saveModuleForTwoRounds()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp467 auto AddStream = in run() local
480 auto Stream = AddStream(Task, ModuleName); in run()
490 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h185 LLVM_ABI bool compileOptimized(AddStreamFn AddStream,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1159 auto AddStream = in main() local
1174 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1314 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend() local
1391 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()