package calli

  1. Overview
  2. Docs

A loop_counter for widening operations in the analysis loop, visiting the same basicblock for a maximum count of loop_counter before performing widening.

module M : sig ... end
val empty : int M.t
val max_count : int Stdlib.ref
val set_max_count : int -> unit
val lc : int M.t Stdlib.ref
val mem : M.key -> 'a M.t -> bool
val find : M.key -> 'a M.t -> 'a
val update : M.key -> unit
val widen : M.key -> bool
OCaml

Innovation. Community. Security.