module HE:to store de results of the computationsCil2cfg.HE
(
sig
end
)
typeti =
I.t
typet =
(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