Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DParallelCG.cpp87 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 DLTOBackend.cpp448 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()