jon.recoil.org

Module Regalloc_ls_utils.Interval

type t = {
  1. reg : Reg.t;
  2. mutable begin_ : int;
  3. mutable end_ : int;
  4. ranges : Regalloc_ls_utils.Range.t DLL.t;
}
val is_live : Regalloc_ls_utils.Interval.t -> pos:int -> bool
val remove_expired : Regalloc_ls_utils.Interval.t -> pos:int -> unit
module DLL : sig ... end