Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7410 struct SwitchSuccWrapper { struct
7416 template <> struct DenseMapInfo<const SwitchSuccWrapper *> { argument
7417 static const SwitchSuccWrapper *getEmptyKey() { in getEmptyKey()
7418 return static_cast<SwitchSuccWrapper *>( in getEmptyKey()
7421 static const SwitchSuccWrapper *getTombstoneKey() { in getTombstoneKey()
7422 return static_cast<SwitchSuccWrapper *>( in getTombstoneKey()
7425 static unsigned getHashValue(const SwitchSuccWrapper *SSW) { in getHashValue()
7449 static bool isEqual(const SwitchSuccWrapper *LHS, in isEqual()
7450 const SwitchSuccWrapper *RHS) { in isEqual()
7451 auto EKey = DenseMapInfo<SwitchSuccWrapper *>::getEmptyKey(); in isEqual()
[all …]