Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h205 struct AACacheLoc { struct
210 AACacheLoc(PtrTy Ptr, LocationSize Size) : Ptr(Ptr), Size(Size) {} in AACacheLoc() argument
211 AACacheLoc(const Value *Ptr, LocationSize Size, bool MayBeCrossIteration) in AACacheLoc() argument
215 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 …]