module Cfg:Code to compute the control-flow graph of a function or file. This will fill in thesig
..end
preds
and succs
fields of Cil.stmt
This is required for several other extensions, such as Dataflow
.
val computeFileCFG : Cil.file -> unit
val clearFileCFG : Cil.file -> unit
val cfgFun : Cil.fundec -> int
val clearCFGinfo : Cil.fundec -> unit
val printCfgChannel : out_channel -> Cil.fundec -> unit
val printCfgFilename : string -> Cil.fundec -> unit
val start_id : int ref
val allStmts : Cil.file -> Cil.stmt list