| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1167 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 D | LTOBackend.cpp | 400 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 D | LTOCodeGenerator.cpp | 300 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 D | LTO.h | 272 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 D | LTOBackend.h | 46 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 D | CodeGenData.h | 204 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 D | CodeGenData.cpp | 223 AddStreamFn AddStream) { in saveModuleForTwoRounds() argument 227 AddStream(Task, TheModule.getModuleIdentifier()); in saveModuleForTwoRounds()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 467 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 D | LTOCodeGenerator.h | 185 LLVM_ABI bool compileOptimized(AddStreamFn AddStream,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1159 auto AddStream = in main() local 1174 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1314 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend() local 1391 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|