Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp321 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() local
332 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
333 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
337 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ false); in splitAndWriteThinLTOBitcode()
338 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ true); in splitAndWriteThinLTOBitcode()
340 for (Function &F : *MergedM) in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
369 auto &Ctx = MergedM->getContext(); in splitAndWriteThinLTOBitcode()
438 simplifyExternals(*MergedM); in splitAndWriteThinLTOBitcode()
[all …]