Searched refs:AACacheLoc (Results 1 – 1 of 1) sorted by relevance
205 struct AACacheLoc { struct210 AACacheLoc(PtrTy Ptr, LocationSize Size) : Ptr(Ptr), Size(Size) {} in AACacheLoc() argument211 AACacheLoc(const Value *Ptr, LocationSize Size, bool MayBeCrossIteration) in AACacheLoc() argument215 template <> struct DenseMapInfo<AACacheLoc> {216 static inline AACacheLoc getEmptyKey() {217 return {DenseMapInfo<AACacheLoc::PtrTy>::getEmptyKey(),220 static inline AACacheLoc getTombstoneKey() {221 return {DenseMapInfo<AACacheLoc::PtrTy>::getTombstoneKey(),224 static unsigned getHashValue(const AACacheLoc &Val) {225 return DenseMapInfo<AACacheLoc::PtrTy>::getHashValue(Val.Ptr) ^[all …]