Up

module CSEgen

: sig
#
type op_class =
# | Op_pure
# | Op_checkbound
# | Op_load
# | Op_store of bool
# | Op_other
#
class cse_generic :
#
method class_of_operation : Mach.operation -> op_class
#
method is_cheap_operation : Mach.operation -> bool
#
method fundecl : Mach.fundecl -> Mach.fundecl
end