pub type OccMap = HashMap<VarId, Occ>;
Map from variable to occurrence count.
pub struct OccMap { /* private fields */ }