Module CfgInfos

module CfgInfos: sig .. end

type t 
module Cfg: Interpreted_automata
val get : Kernel_function.t ->
?smoking:bool -> ?bhv:string list -> ?prop:string list -> unit -> t

Memoized

val clear : unit -> unit
val body : t -> Cfg.automaton option
val annots : t -> bool
val doomed : t -> WpPropId.prop_id Bag.t
val calls : t -> Kernel_function.Set.t
val smoking : t -> Cil_types.stmt -> bool
val unreachable : t -> Cfg.vertex -> bool