Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
136 class MemoryLocOrCall { class140 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonc967e22e0111::MemoryLocOrCall142 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonc967e22e0111::MemoryLocOrCall145 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonc967e22e0111::MemoryLocOrCall158 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anonc967e22e0111::MemoryLocOrCall1341 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()