(*===-- llvm_scalar_opts.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_constant_propagation : [ unit = "llvm_add_constant_propagation" external add_instruction_combining : [ unit = "llvm_add_instruction_combining" external add_memory_to_register_promotion : [ unit = "llvm_add_memory_to_register_promotion" external add_memory_to_register_demotion : [ unit = "llvm_add_memory_to_register_demotion" external add_reassociation : [ unit = "llvm_add_reassociation" external add_gvn : [ unit = "llvm_add_gvn" external add_cfg_simplification : [ unit = "llvm_add_cfg_simplification"