Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp325 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
329 if (UseMLOC.IsCall) in instructionClobbersQuery()
332 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1365 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1366 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1445 if (instructionClobbersQuery(MD, MU, UseMLOC, *AA)) { in optimizeUsesInBlock()