Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp123 class MemoryLocOrCall { class
127 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
128 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
129 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
130 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
132 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
183 template <> struct DenseMapInfo<MemoryLocOrCall> {
184 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
188 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
207 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
[all …]