Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
118 class MemoryLocOrCall { class122 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb37d3ba80111::MemoryLocOrCall124 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb37d3ba80111::MemoryLocOrCall127 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonb37d3ba80111::MemoryLocOrCall140 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anonb37d3ba80111::MemoryLocOrCall1162 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()