Home | History | Annotate | Download | only in llvm

Lines Matching defs:PassManager

2424 module PassManager : sig
2429 (** [PassManager.create ()] constructs a new whole-module pass pipeline. This
2432 See the constructor of [llvm::PassManager]. *)
2435 (** [PassManager.create_function m] constructs a new function-by-function
2445 See the [llvm::PassManager::run] method. *)