Searched refs:internalizeModule (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Internalize.h | 63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr); 70 internalizeModule(Module &TheModule, 74 .internalizeModule(TheModule, CG);
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | Internalize.h | 64 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/ |
D | Internalize.cpp | 150 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()
|
D | FunctionImport.cpp | 1083 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
|
/external/llvm/lib/Transforms/IPO/ |
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()
|
D | FunctionImport.cpp | 558 llvm::internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | mlir_emitter.cc | 126 llvm::internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in EmitMlirFuncAndCall()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 460 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 464 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | gpu_backend_lib.cc | 305 internalizeModule(M, [&GVS](const llvm::GlobalValue& GV) { in LinkWithBitcodeVector()
|