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()
72 typedef SparseMultiSet<PhysRegSUOper, llvm::identity<unsigned>, uint16_t>84 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMultiMap;86 typedef SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>
17 typedef SparseMultiSet<unsigned> USet;215 typedef SparseMultiSet<Alt> ASet; in TEST()
1358 llvm/ADT/SparseMultiSet.h1361 SparseMultiSet adds multiset behavior to SparseSet, while retaining SparseSet's1366 SparseMultiSet is useful for algorithms that need very fast