Searched refs:SparseMultiSet (Results 1 – 4 of 4) sorted by relevance
78 class SparseMultiSet {136 SparseMultiSet(const SparseMultiSet&) = delete;137 SparseMultiSet &operator=(const SparseMultiSet&) = delete;190 SparseMultiSet() in SparseMultiSet() function193 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet()220 friend class SparseMultiSet; variable307 typedef iterator_base<SparseMultiSet *> iterator;308 typedef iterator_base<const SparseMultiSet *> const_iterator;376 iterator I = const_cast<SparseMultiSet*>(this)->findIndex(KeyIndexOf(Key)); in find()
60 typedef SparseMultiSet<PhysRegSUOper, llvm::identity<unsigned>, uint16_t>72 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2UseMap;
17 typedef SparseMultiSet<unsigned> USet;215 typedef SparseMultiSet<Alt> ASet; in TEST()
1162 llvm/ADT/SparseMultiSet.h1165 SparseMultiSet adds multiset behavior to SparseSet, while retaining SparseSet's1170 SparseMultiSet is useful for algorithms that need very fast