Module CostUtils.CostModelEnv

type cost_model_env = {
  1. model_env : BO.BufferOverrunUtils.ModelEnv.model_env;
  2. get_summary : IR.Procname.t -> CostDomain.summary option;
}