Searched refs:UpdateMapType (Results 1 – 1 of 1) sorted by relevance
61 using UpdateMapType = SmallDenseMap<NodePtr, DeletesInserts>; variable62 UpdateMapType Succ;63 UpdateMapType Pred;76 void printMap(raw_ostream &OS, const UpdateMapType &M) const { in printMap()