| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 371 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen() argument 405 AddStream(Task, Mod.getModuleIdentifier()); in codegen() 429 AddStreamFn AddStream, in splitCodeGen() argument 464 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen() 504 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend() argument 522 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex); in backend() 524 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod, in backend() 551 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend() argument 578 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex); in thinBackend() 593 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex); in thinBackend()
|
| H A D | LTO.cpp | 1126 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() argument 1172 Error Result = runRegularLTO(AddStream); in run() 1215 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO() argument 1413 AddStreamFn AddStream; member in __anonad319db30e11::InProcessThinBackend 1432 BackendThreadPool(ThinLTOParallelism), AddStream(std::move(AddStream)), in InProcessThinBackend() 1450 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread() argument 1472 return RunThinBackend(AddStream); in runThinLTOBackendThread() 1552 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() argument 1555 AddStream, Cache, OnWrite, ShouldEmitIndexFiles, in createInProcessThinBackend() 1638 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend() argument [all …]
|
| H A D | LTOCodeGenerator.cpp | 314 auto AddStream = in compileOptimizedToFile() local 330 bool genResult = compileOptimized(AddStream, 1); in compileOptimizedToFile() 649 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized() argument 665 Error Err = backend(Config, AddStream, ParallelismLevel, *MergedModule, in compileOptimized()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 44 Error backend(const Config &C, AddStreamFn AddStream, 54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
|
| H A D | LTO.h | 200 AddStreamFn AddStream, FileCache Cache)>; 298 Error run(AddStreamFn AddStream, FileCache Cache = nullptr); 431 Error runRegularLTO(AddStreamFn AddStream); 432 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 415 auto AddStream = in run() local 428 *AddStream(Task, ModuleName)->OS << MB->getBuffer(); in run() 436 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 182 bool compileOptimized(AddStreamFn AddStream, unsigned ParallelismLevel);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1099 auto AddStream = in main() local 1114 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1195 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend() local 1271 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|