class

LLVM::PassManagerBuilder

Inherits Reference / Object

DEPRECATED The legacy pass manager was removed in LLVM 17. Use LLVM::PassBuilderOptions instead

Constructors

Instance methods

disable_simplify_lib_calls=(value)
Source
disable_unroll_loops=(value)
Source
finalize
Source
opt_level=(level)
Source
populate(pm : FunctionPassManager)
Source
populate(pm : ModulePassManager)
Source
size_level=(level)
Source
to_unsafe
Source
use_inliner_with_threshold=(threshold)
Source