Home
last modified time | relevance | path

Searched refs:UseMLOC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp349 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
353 if (UseMLOC.IsCall) in instructionClobbersQuery()
356 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1414 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1415 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1495 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()