Llvm_ipoSourceIPO 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.