Costlib.ControlFlowCost
module BasicCost = CostDomain.BasicCost
module Node = Absint.ProcCfg.DefaultNode
module Item : sig ... end
module Sum : sig ... end
A Control-flow cost represents the number of times the flow of control can go through a certain CFG item (a node or an edge), or a sum of such things
val pp : F.formatter -> t -> unit
module Set : sig ... end