LLVM::PassManager - LLVM pass manager class
version 0.10
A LLVM::PassManager
holds and optimizes the execution of passes.
A pass performs the transformations and optimizations that make up the compiler.
Have a look at LLVM::Transform to see what passes are available.
Create a new whole-module LLVM::PassManager
.
Schedule the given pass. See LLVM::Transform for a list of available passes.
Run all the passes scheduled on the given LLVM::Module. Returns true if any of the passes modified the module, false otherwise.
Alessandro Ghedini <alexbio@cpan.org>
Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.