Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
164 class MemoryLocOrCall { class168 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall170 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall173 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall186 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anone52e4bfa0211::MemoryLocOrCall1339 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()