Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DInternalize.h72 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
79 internalizeModule(Module &TheModule,
83 .internalizeModule(TheModule, CG);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInternalize.cpp186 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { in internalizeModule() function in InternalizePass
280 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M))) in run()
310 return internalizeModule(M, MustPreserveGV, CG); in runOnModule()
DFunctionImport.cpp1222 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/openbsd/src/gnu/llvm/llvm/tools/llvm-link/
Dllvm-link.cpp434 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTOCodeGenerator.cpp524 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenAction.cpp282 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()