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.h32 struct DenseSetEmpty {}; struct
36 template <typename KeyT> class DenseSetPair : public DenseSetEmpty {
42 DenseSetEmpty &getSecond() { return *this; } in getSecond()
43 const DenseSetEmpty &getSecond() const { return *this; } in getSecond()
220 detail::DenseSetEmpty Empty; in insert()
225 detail::DenseSetEmpty Empty; in insert()
234 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as()
238 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
286 DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT,
291 DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3174 SmallDenseMap<CatchPadInst *, detail::DenseSetEmpty, 4, in markAliveBlocks()
3177 detail::DenseSetEmpty Empty; in markAliveBlocks()