Home
last modified time | relevance | path

Searched refs:MPartInCtx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp88 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 DLTOBackend.cpp453 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()