Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp158 class MemoryLocOrCall { class
162 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
163 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
164 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
165 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
167 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
218 template <> struct DenseMapInfo<MemoryLocOrCall> {
219 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
223 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
242 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
[all …]