let fold_pred f cfg n acc = let f e acc = match (edge_type e) with Enext -> acc | _ -> f (CFG.E.src e) acc in CFG.fold_pred_e f (cfg.graph) n acc