sig
  val pp_calls :
    Stdlib.Format.formatter -> Cil_types.kernel_function list -> unit
  val get :
    ?bhv:string ->
    Cil_types.stmt -> (Property.t * Cil_types.kernel_function list) option
  val compute : unit -> unit
end