package llvm
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=c81299338fdd29961ec659f0239e6d8c
sha512=186c8b9f2b5ed61150214b7e8046f08f66bfbcad3af3dc946c4840ff57ca9fcbc0f15c32f8b062b9cc331bdb02a8315afaad6d3810a3b56d7348db2fd376699a
doc/llvm_ipo_static/Llvm_ipo/index.html
Module Llvm_ipoSource
IPO Transforms.
This interface provides an OCaml API for LLVM interprocedural optimizations, the classes in the LLVMIPO library.
See the llvm::createConstantMergePass function.
See the llvm::createMergeFunctionsPass function.
See the llvm::createDeadArgEliminationPass function.
See the llvm::createFunctionAttrsPass function.
See the llvm::createFunctionInliningPass function.
See the llvm::createAlwaysInlinerPass function.
See the llvm::createGlobalDCEPass function.
See the llvm::createGlobalOptimizerPass function.
See the llvm::createPruneEHPass function.
See the llvm::createIPSCCPPass function.
See the llvm::createInternalizePass function.
See the llvm::createStripDeadPrototypesPass function.
See the llvm::createStripSymbolsPass function.