Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp353 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() local
365 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
366 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
370 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ false); in splitAndWriteThinLTOBitcode()
371 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ true); in splitAndWriteThinLTOBitcode()
373 for (Function &F : *MergedM) in splitAndWriteThinLTOBitcode()
399 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
400 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
402 auto &Ctx = MergedM->getContext(); in splitAndWriteThinLTOBitcode()
425 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("cfi.functions"); in splitAndWriteThinLTOBitcode()
[all …]