Home
last modified time | relevance | path

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

/external/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);
/external/llvm/include/llvm/Transforms/IPO/
DInternalize.h64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
/external/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()
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp153 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()
DFunctionImport.cpp558 llvm::internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dmlir_emitter.cc126 llvm::internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in EmitMlirFuncAndCall()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp460 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp464 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc305 internalizeModule(M, [&GVS](const llvm::GlobalValue& GV) { in LinkWithBitcodeVector()