Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
70 internalizeModule(Module &TheModule,
74 .internalizeModule(TheModule, CG);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInternalize.cpp150 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { in internalizeModule() function in InternalizePass
240 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M))) in run()
270 return internalizeModule(M, MustPreserveGV, CG); in runOnModule()
H A DFunctionImport.cpp1151 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp409 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp448 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp264 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()