Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp164 class MemoryLocOrCall { class
168 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall
169 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
170 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall
171 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
173 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall
186 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall
198 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
224 template <> struct DenseMapInfo<MemoryLocOrCall> {
225 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
[all …]