Home
last modified time | relevance | path

Searched defs:UnrolledInstStateKeyInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp299 struct UnrolledInstStateKeyInfo { struct
300 using PtrInfo = DenseMapInfo<Instruction *>;
301 using PairInfo = DenseMapInfo<std::pair<Instruction *, int>>;
303 static inline UnrolledInstState getEmptyKey() { in getEmptyKey()
307 static inline UnrolledInstState getTombstoneKey() { in getTombstoneKey()
311 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue()
315 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual()