module Subrange : sig ... endmodule Range : sig ... endval empty : tA value of type
tthat holds no range information.
val create : Linearize.fundecl -> t * Linearize.fundeclCompute ranges for the code in the given linearized function declaration, returning the ranges as a value of type
tand the rewritten code that must go forward for emission.
val iter : t -> f:(S.Index.t -> Range.t -> unit) -> unitIterate through ranges. Each range is associated with an index.
val all_indexes : t -> S.Index.Set.tAll indexes for which the given value of type
tcontains ranges.
val rewrite_labels_and_remove_empty_subranges_and_ranges : t -> env:int Numbers.Int.Map.t -> tAn internal function used by
Coalesce_labels. Theenvshould come fromCoalesce_labels.fundecl.