Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
158 class MemoryLocOrCall { class162 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall164 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall167 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall180 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall1333 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()