Searched refs:DenseSetEmpty (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseSet.h | 30 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() 188 detail::DenseSetEmpty Empty; in insert() 193 detail::DenseSetEmpty Empty; in insert() 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as() 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as() 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 227 DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, [all …]
|
/external/llvm/include/llvm/ADT/ |
D | DenseSet.h | 22 struct DenseSetEmpty {}; struct 26 template <typename KeyT> class DenseSetPair : public DenseSetEmpty { 32 DenseSetEmpty &getSecond() { return *this; } in getSecond() 33 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() 40 typedef DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 153 detail::DenseSetEmpty Empty; in insert() 166 detail::DenseSetEmpty Empty; in insert_as()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1487 SmallDenseMap<CatchPadInst *, detail::DenseSetEmpty, 4, in markAliveBlocks() 1490 detail::DenseSetEmpty Empty; in markAliveBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2141 SmallDenseMap<CatchPadInst *, detail::DenseSetEmpty, 4, in markAliveBlocks() 2144 detail::DenseSetEmpty Empty; in markAliveBlocks()
|