let find graph stmt =
    try Stmt.Hashtbl.find graph stmt 
    with Not_found ->
      Pdg_parameters.debug ~dkey ~level:2 "not found for stmt:%d@." stmt.sid;
      raise Not_found