Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInternalize.h63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
70 internalizeModule(Module &TheModule,
74 .internalizeModule(TheModule, CG);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
DFunctionImport.cpp1083 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp464 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()