Wrap more stuff, move some things around.
[cl-llvm.git] / src / generated / transforms-scalar.lisp
blob147e3a8ed93b2ef40591a95f19f87b233781de2e
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 ("LLVMAddAggressiveDCEPass" LLVMAddAggressiveDCEPass) :void
11 (PM LLVMPassManagerRef))
13 (cffi:defcfun ("LLVMAddCFGSimplificationPass" LLVMAddCFGSimplificationPass) :void
14 (PM LLVMPassManagerRef))
16 (cffi:defcfun ("LLVMAddDeadStoreEliminationPass" LLVMAddDeadStoreEliminationPass) :void
17 (PM LLVMPassManagerRef))
19 (cffi:defcfun ("LLVMAddGVNPass" LLVMAddGVNPass) :void
20 (PM LLVMPassManagerRef))
22 (cffi:defcfun ("LLVMAddIndVarSimplifyPass" LLVMAddIndVarSimplifyPass) :void
23 (PM LLVMPassManagerRef))
25 (cffi:defcfun ("LLVMAddInstructionCombiningPass" LLVMAddInstructionCombiningPass) :void
26 (PM LLVMPassManagerRef))
28 (cffi:defcfun ("LLVMAddJumpThreadingPass" LLVMAddJumpThreadingPass) :void
29 (PM LLVMPassManagerRef))
31 (cffi:defcfun ("LLVMAddLICMPass" LLVMAddLICMPass) :void
32 (PM LLVMPassManagerRef))
34 (cffi:defcfun ("LLVMAddLoopDeletionPass" LLVMAddLoopDeletionPass) :void
35 (PM LLVMPassManagerRef))
37 (cffi:defcfun ("LLVMAddLoopIndexSplitPass" LLVMAddLoopIndexSplitPass) :void
38 (PM LLVMPassManagerRef))
40 (cffi:defcfun ("LLVMAddLoopRotatePass" LLVMAddLoopRotatePass) :void
41 (PM LLVMPassManagerRef))
43 (cffi:defcfun ("LLVMAddLoopUnrollPass" LLVMAddLoopUnrollPass) :void
44 (PM LLVMPassManagerRef))
46 (cffi:defcfun ("LLVMAddLoopUnswitchPass" LLVMAddLoopUnswitchPass) :void
47 (PM LLVMPassManagerRef))
49 (cffi:defcfun ("LLVMAddMemCpyOptPass" LLVMAddMemCpyOptPass) :void
50 (PM LLVMPassManagerRef))
52 (cffi:defcfun ("LLVMAddPromoteMemoryToRegisterPass" LLVMAddPromoteMemoryToRegisterPass) :void
53 (PM LLVMPassManagerRef))
55 (cffi:defcfun ("LLVMAddReassociatePass" LLVMAddReassociatePass) :void
56 (PM LLVMPassManagerRef))
58 (cffi:defcfun ("LLVMAddSCCPPass" LLVMAddSCCPPass) :void
59 (PM LLVMPassManagerRef))
61 (cffi:defcfun ("LLVMAddScalarReplAggregatesPass" LLVMAddScalarReplAggregatesPass) :void
62 (PM LLVMPassManagerRef))
64 (cffi:defcfun ("LLVMAddSimplifyLibCallsPass" LLVMAddSimplifyLibCallsPass) :void
65 (PM LLVMPassManagerRef))
67 (cffi:defcfun ("LLVMAddTailCallEliminationPass" LLVMAddTailCallEliminationPass) :void
68 (PM LLVMPassManagerRef))
70 (cffi:defcfun ("LLVMAddConstantPropagationPass" LLVMAddConstantPropagationPass) :void
71 (PM LLVMPassManagerRef))
73 (cffi:defcfun ("LLVMAddDemoteMemoryToRegisterPass" LLVMAddDemoteMemoryToRegisterPass) :void
74 (PM LLVMPassManagerRef))