Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp290 struct UnrolledInstStateKeyInfo { struct
291 using PtrInfo = DenseMapInfo<Instruction *>;
292 using PairInfo = DenseMapInfo<std::pair<Instruction *, int>>;
294 static inline UnrolledInstState getEmptyKey() { in getEmptyKey()
298 static inline UnrolledInstState getTombstoneKey() { in getTombstoneKey()
302 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue()
306 static inline bool isEqual(const UnrolledInstState &LHS, in isEqual()