Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
129 class MemoryLocOrCall { class133 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon92f90a530111::MemoryLocOrCall135 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon92f90a530111::MemoryLocOrCall138 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon92f90a530111::MemoryLocOrCall151 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon92f90a530111::MemoryLocOrCall1329 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()