Searched defs:UnrolledInstStateKeyInfo (Results 1 – 2 of 2) sorted by relevance
191 struct UnrolledInstStateKeyInfo { struct192 typedef DenseMapInfo<Instruction *> PtrInfo;193 typedef DenseMapInfo<std::pair<Instruction *, int>> PairInfo;194 static inline UnrolledInstState getEmptyKey() { in getEmptyKey()197 static inline UnrolledInstState getTombstoneKey() { in getTombstoneKey()200 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue()203 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual()
268 struct UnrolledInstStateKeyInfo { struct269 using PtrInfo = DenseMapInfo<Instruction *>;270 using PairInfo = DenseMapInfo<std::pair<Instruction *, int>>;272 static inline UnrolledInstState getEmptyKey() { in getEmptyKey()276 static inline UnrolledInstState getTombstoneKey() { in getTombstoneKey()280 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue()284 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual()