Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h73 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
80 internalizeModule(Module &TheModule,
84 .internalizeModule(TheModule, CG);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp173 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { in internalizeModule() function in InternalizePass
267 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M))) in run()
297 return internalizeModule(M, MustPreserveGV, CG); in runOnModule()
H A DFunctionImport.cpp1151 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp422 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp448 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp264 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()