Defined variables module, not fully working
This commit is contained in:
@ -13,3 +13,7 @@ module DVCfg : Dataflow.C with type elt = CfgRISC.RISCSimpleStatements.t
|
||||
val compute_defined_variables : RISCCfg.t -> DVCfg.t
|
||||
|
||||
val compute_cfg : DVCfg.t -> RISCCfg.t
|
||||
|
||||
val check_defined_variables : DVCfg.t -> bool
|
||||
|
||||
val undefined_variables : DVCfg.t -> Variable.t list
|
||||
|
||||
Reference in New Issue
Block a user