Home
last modified time | relevance | path

Searched refs:UnrolledInstState (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp282 struct UnrolledInstState { struct
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()
307 const UnrolledInstState &RHS) { in isEqual()
377 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; in analyzeLoopUnrollCost()