Module Regalloc_utils.SpillCosts
val empty : unit -> Regalloc_utils.SpillCosts.tval iter : Regalloc_utils.SpillCosts.t -> f:(Reg.t -> int -> unit) -> unitval for_reg : Regalloc_utils.SpillCosts.t -> Reg.t -> intval add_to_reg : Regalloc_utils.SpillCosts.t -> Reg.t -> int -> unitval compute :
Cfg_with_infos.t ->
flat:bool ->
unit ->
Regalloc_utils.SpillCosts.t