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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
70 internalizeModule(Module &TheModule, function in namespace:llvm
74 .internalizeModule(TheModule, CG);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInternalize.cpp150 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { function in class:InternalizePass
240 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M)))
270 return internalizeModule(M, MustPreserveGV, CG);
H A DFunctionImport.cpp1150 // based on the index, rather than invoking internalizeModule.
1151 internalizeModule(TheModule, MustPreserveGV);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp409 internalizeModule(M, [&GVS](const GlobalValue &GV) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp448 internalizeModule(*MergedModule, mustPreserveGV);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp264 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) {

Completed in 207 milliseconds