struct LLVM::PassManagerBuilder
Superclass hierarchy
Object
Value
Struct
LLVM::PassManagerBuilder
Defined in:
Class Method Summary
.new
Instance Method Summary
#disable_simplify_lib_calls=
(value)
#disable_unroll_loops=
(value)
#opt_level=
(level)
#populate
(pm : FunctionPassManager)
#populate
(pm : ModulePassManager)
#size_level=
(level)
#to_unsafe
#use_inliner_with_threshold=
(threshold)
Class Method Detail
def self.
new
Instance Method Detail
def
disable_simplify_lib_calls=
(value)
def
disable_unroll_loops=
(value)
def
opt_level=
(level)
def
populate
(pm :
FunctionPassManager
)
def
populate
(pm :
ModulePassManager
)
def
size_level=
(level)
def
to_unsafe
def
use_inliner_with_threshold=
(threshold)