Home
last modified time | relevance | path

Searched refs:DenseSetEmpty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h30 struct DenseSetEmpty {}; struct
34 template <typename KeyT> class DenseSetPair : public DenseSetEmpty {
40 DenseSetEmpty &getSecond() { return *this; } in getSecond()
41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond()
207 detail::DenseSetEmpty Empty; in insert()
212 detail::DenseSetEmpty Empty; in insert()
221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as()
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
274 DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT,
288 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3087 SmallDenseMap<CatchPadInst *, detail::DenseSetEmpty, 4, in markAliveBlocks()
3090 detail::DenseSetEmpty Empty; in markAliveBlocks()