Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp159 class MemoryLocOrCall { class
163 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall
164 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
165 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall
166 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
168 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall
181 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall
193 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
219 template <> struct DenseMapInfo<MemoryLocOrCall> {
220 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
[all …]