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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp319 struct UnrolledInstState { struct in namespace:__anon4675
331 static inline UnrolledInstState getEmptyKey() {
335 static inline UnrolledInstState getTombstoneKey() {
339 static inline unsigned getHashValue(const UnrolledInstState &S) {
343 static inline bool isEqual(const UnrolledInstState &LHS,
344 const UnrolledInstState &RHS) {
414 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap;

Completed in 102 milliseconds