Home
last modified time | relevance | path

Searched defs: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
170 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anone52e4bfa0211::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
1339 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()