Module Calculus.Cfg.HE


module HE: Cil2cfg.HE(sig
type t = W.t_prop 
end)
to store de results of the computations

type ti = I.t 
type t = (int * int, ti) Hashtbl.t 
val create : int -> ('a, 'b) Hashtbl.t
val edge_key : Cil2cfg.CFG.E.t -> int * int
val find : (int * int, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a
val replace : (int * int, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a -> unit