mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193950 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			16 lines
		
	
	
		
			743 B
		
	
	
	
		
			OCaml
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			743 B
		
	
	
	
		
			OCaml
		
	
	
	
	
	
| (*===-- llvm_vectorize.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
 | |
|  *
 | |
|  *                     The LLVM Compiler Infrastructure
 | |
|  *
 | |
|  * This file is distributed under the University of Illinois Open Source
 | |
|  * License. See LICENSE.TXT for details.
 | |
|  *
 | |
|  *===----------------------------------------------------------------------===*)
 | |
| 
 | |
| external add_bb_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
 | |
|                           = "llvm_add_bb_vectorize"
 | |
| external add_loop_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
 | |
|                             = "llvm_add_loop_vectorize"
 | |
| external add_slp_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
 | |
|                            = "llvm_add_slp_vectorize"
 |