Searched refs:MPartInCtx (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 448 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local 451 createTargetMachine(C, T, *MPartInCtx); in splitCodeGen() 453 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
|