Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp153 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { in internalizeModule() function in InternalizePass
243 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M))) in run()
273 return internalizeModule(M, MustPreserveGV, CG); in runOnModule()
H A DFunctionImport.cpp1041 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp328 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp446 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp213 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()