Searched refs:MPartInCtx (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 88 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local 90 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 453 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local 456 createTargetMachine(C, T, *MPartInCtx); in splitCodeGen() 458 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
|