pub type CallMap<'tcx> = HashMap<DefId, Vec<(DefId, Option<&'tcx Terminator<'tcx>>)>>;
pub struct CallMap<'tcx> { /* private fields */ }