Searched refs:UseMLOC (Results 1 – 1 of 1) sorted by relevance
299 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument303 if (UseMLOC.IsCall) in instructionClobbersQuery()306 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()1196 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local1197 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()1275 if (!UseMLOC.IsCall && lifetimeEndsAt(MD, UseMLOC.getLoc(), *AA)) { in optimizeUsesInBlock()1282 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()