Module Printmach

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