Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp459 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()