module F_Proj:
type
t_mark = C.M.t
type
t_fct = (C.M.t, C.M.t_call_info) PdgIndex.FctIndex.t
type
t = t_fct_info Cil_datatype.Varinfo.Hashtbl.t
val empty : t_fct_info Cil_datatype.Varinfo.Hashtbl.t
val find_marks : F.t Cil_datatype.Varinfo.Hashtbl.t ->
Cil_datatype.Varinfo.Hashtbl.key -> F.t_idx option
val mark_and_propagate : F.t Cil_datatype.Varinfo.Hashtbl.t ->
Db.Pdg.t -> F.t_mark PdgMarks.t_select -> unit
Add the marks to the pdg nodes and also apply all the produced requests
to do the interprocedural propagation.