Wrap more stuff, move some things around.
[cl-llvm.git] / src / generated / transforms-ipo.lisp
blobe07413752cc0555edda1e1411e5fce4ba86b2de9
1 ;;; This file was automatically generated by SWIG (http://www.swig.org).
2 ;;; Version 1.3.40
3 ;;;
4 ;;; Do not make changes to this file unless you know what you are doing--modify
5 ;;; the SWIG interface file instead.
7 (in-package :llvm)
10 (cffi:defcfun ("LLVMAddArgumentPromotionPass" LLVMAddArgumentPromotionPass) :void
11 (PM LLVMPassManagerRef))
13 (cffi:defcfun ("LLVMAddConstantMergePass" LLVMAddConstantMergePass) :void
14 (PM LLVMPassManagerRef))
16 (cffi:defcfun ("LLVMAddDeadArgEliminationPass" LLVMAddDeadArgEliminationPass) :void
17 (PM LLVMPassManagerRef))
19 (cffi:defcfun ("LLVMAddDeadTypeEliminationPass" LLVMAddDeadTypeEliminationPass) :void
20 (PM LLVMPassManagerRef))
22 (cffi:defcfun ("LLVMAddFunctionAttrsPass" LLVMAddFunctionAttrsPass) :void
23 (PM LLVMPassManagerRef))
25 (cffi:defcfun ("LLVMAddFunctionInliningPass" LLVMAddFunctionInliningPass) :void
26 (PM LLVMPassManagerRef))
28 (cffi:defcfun ("LLVMAddGlobalDCEPass" LLVMAddGlobalDCEPass) :void
29 (PM LLVMPassManagerRef))
31 (cffi:defcfun ("LLVMAddGlobalOptimizerPass" LLVMAddGlobalOptimizerPass) :void
32 (PM LLVMPassManagerRef))
34 (cffi:defcfun ("LLVMAddIPConstantPropagationPass" LLVMAddIPConstantPropagationPass) :void
35 (PM LLVMPassManagerRef))
37 (cffi:defcfun ("LLVMAddLowerSetJmpPass" LLVMAddLowerSetJmpPass) :void
38 (PM LLVMPassManagerRef))
40 (cffi:defcfun ("LLVMAddPruneEHPass" LLVMAddPruneEHPass) :void
41 (PM LLVMPassManagerRef))
43 (cffi:defcfun ("LLVMAddRaiseAllocationsPass" LLVMAddRaiseAllocationsPass) :void
44 (PM LLVMPassManagerRef))
46 (cffi:defcfun ("LLVMAddStripDeadPrototypesPass" LLVMAddStripDeadPrototypesPass) :void
47 (PM LLVMPassManagerRef))
49 (cffi:defcfun ("LLVMAddStripSymbolsPass" LLVMAddStripSymbolsPass) :void
50 (PM LLVMPassManagerRef))