Searched refs:internalizeModule (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | Internalize.h | 64 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 D | Internalize.cpp | 153 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 D | FunctionImport.cpp | 1041 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 328 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 446 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 213 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()
|