Searched defs:UnrolledInstStateKeyInfo (Results 1 – 1 of 1) sorted by relevance
289 struct UnrolledInstStateKeyInfo { struct290 using PtrInfo = DenseMapInfo<Instruction *>;291 using PairInfo = DenseMapInfo<std::pair<Instruction *, int>>;293 static inline UnrolledInstState getEmptyKey() { in getEmptyKey()297 static inline UnrolledInstState getTombstoneKey() { in getTombstoneKey()301 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue()305 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual()