Dataflow2.StartDataThis module can be used to instantiate the StmtStartData components of the functors below. It is implemented through stmt-indexed hashtables.
module X : sig ... endtype data = X.tval mem : Cil_types.stmt -> boolval find : Cil_types.stmt -> dataval replace : Cil_types.stmt -> data -> unitval add : Cil_types.stmt -> data -> unitval iter : (Cil_types.stmt -> data -> unit) -> unit