Home
last modified time | relevance | path

Searched refs:LLVMCreateFunctionPassManagerForModule (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c120 gallivm->passmgr = LLVMCreateFunctionPassManagerForModule(gallivm->module); in create_pass_manager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h4023 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp4073 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M) { in LLVMCreateFunctionPassManagerForModule() function
4078 return LLVMCreateFunctionPassManagerForModule( in LLVMCreateFunctionPassManager()