Home
last modified time | relevance | path

Searched refs:LLVMCreateFunctionPassManagerForModule (Results 1 – 4 of 4) 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/flutter/skia/src/sksl/
DSkSLJIT.cpp1859 LLVMPassManagerRef functionPM = LLVMCreateFunctionPassManagerForModule(fModule); in optimize()
/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()