Searched defs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
159 class MemoryLocOrCall { class163 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall165 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall168 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall181 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon72856b230211::MemoryLocOrCall1357 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock()