Searched refs:DenseSetEmpty (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DenseSet.h | 31 struct DenseSetEmpty {}; struct 35 template <typename KeyT> class DenseSetPair : public DenseSetEmpty { 41 DenseSetEmpty &getSecond() { return *this; } in getSecond() 42 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() 189 detail::DenseSetEmpty Empty; in insert() 194 detail::DenseSetEmpty Empty; in insert() 203 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as() 207 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as() 256 DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 270 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets, [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2135 SmallDenseMap<CatchPadInst *, detail::DenseSetEmpty, 4, in markAliveBlocks() 2138 detail::DenseSetEmpty Empty; in markAliveBlocks()
|