Frama-C API - StmtStartData
For each block id, the data at the start. This data structure must be initialized with the initial data for each block
type data = t
val mem : Cil_types.stmt -> bool
val find : Cil_types.stmt -> data
val replace : Cil_types.stmt -> data -> unit
val add : Cil_types.stmt -> data -> unit
val iter : (Cil_types.stmt -> data -> unit) -> unit