Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp136 class MemoryLocOrCall { class
140 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
141 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
142 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
143 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
145 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
196 template <> struct DenseMapInfo<MemoryLocOrCall> {
197 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
201 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
220 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
[all …]