Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h4186 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2362 return Val_bool(LLVMRunFunctionPassManager(FPM, F)); in llvm_passmanager_run_function()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp4089 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F) { in LLVMRunFunctionPassManager() function