Searched refs:MPartInCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 87 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local 89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 459 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local 462 createTargetMachine(C, T, *MPartInCtx); in splitCodeGen() 464 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
|