Availexpslvmodule E = Errormsgmodule DF = Dataflowmodule UD = Usedefmodule IH = Inthashmodule H = Hashtblmodule U = Utilmodule S = Statsval debug : bool refval doTime : bool refval registerIgnoreInst : (Cil.instr -> bool) -> unitval registerIgnoreCall : (Cil.instr -> bool) -> unitmodule LvExpHash : sig ... endval lvh_equals : Cil.exp LvExpHash.t -> Cil.exp LvExpHash.t -> boolval lvh_pretty : unit -> Cil.exp LvExpHash.t -> Pretty.docval lvh_combine :
Cil.exp LvExpHash.t ->
Cil.exp LvExpHash.t ->
Cil.exp LvExpHash.tclass memReadOrAddrOfFinderClass : bool ref -> object ... endval exp_has_mem_read : Cil.exp -> boolval lval_has_mem_read : Cil.lval -> boolval offset_has_mem_read : Cil.offset -> boolval lvh_kill_mem : Cil.exp LvExpHash.t -> unitclass viFinderClass : Cil.varinfo -> bool ref -> object ... endval instr_has_vi : Cil.varinfo -> Cil.instr -> boolval exp_has_vi : Cil.varinfo -> Cil.exp -> boolval lval_has_vi : Cil.varinfo -> Cil.lval -> boolval lvh_kill_vi : Cil.exp LvExpHash.t -> Cil.varinfo -> unitclass lvalFinderClass : Cil.lval -> bool ref -> object ... endval lval_has_lval : Cil.lval -> (Cil.lhost * Cil.offset) -> boolval lvh_kill_lval : Cil.exp LvExpHash.t -> Cil.lval -> unitclass volatileFinderClass : bool ref -> object ... endval exp_is_volatile : Cil.exp -> boolclass addrOfOrGlobalFinderClass : bool ref -> object ... endval exp_has_addrof_or_global : Cil.exp -> boolval lval_has_addrof_or_global : Cil.lval -> boolval lvh_kill_addrof_or_global : 'a LvExpHash.t -> unitval lvh_handle_inst : Cil.instr -> Cil.exp LvExpHash.t -> Cil.exp LvExpHash.tmodule AvailableExps : sig ... endmodule AE : sig ... endval computeAEs : Cil.fundec -> unitval getAEs : int -> Cil.exp LvExpHash.t optionval instrAEs :
Cil.instr list ->
'a ->
Cil.exp LvExpHash.t ->
'b ->
Cil.exp LvExpHash.t listclass aeVisitorClass : object ... end