Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp191 struct UnrolledInstStateKeyInfo { struct
192 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp289 struct UnrolledInstStateKeyInfo { struct
290 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()