Module Printmach
val reg : Stdlib.Format.formatter -> Reg.t -> unitval regs : Stdlib.Format.formatter -> Reg.t array -> unitval regset : Stdlib.Format.formatter -> Reg.Set.t -> unitval regsetaddr : Stdlib.Format.formatter -> Reg.Set.t -> unitval operation : Mach.operation -> Reg.t array -> Stdlib.Format.formatter -> Reg.t array -> unitval test : Mach.test -> Stdlib.Format.formatter -> Reg.t array -> unitval instr : Stdlib.Format.formatter -> Mach.instruction -> unitval fundecl : Stdlib.Format.formatter -> Mach.fundecl -> unitval phase : string -> Stdlib.Format.formatter -> Mach.fundecl -> unitval interferences : Stdlib.Format.formatter -> unit -> unitval intervals : Stdlib.Format.formatter -> unit -> unitval preferences : Stdlib.Format.formatter -> unit -> unitval print_live : bool Stdlib.ref