Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp328 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
332 if (UseMLOC.IsCall) in instructionClobbersQuery()
335 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1389 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1390 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1469 if (instructionClobbersQuery(MD, MU, UseMLOC, *AA)) { in optimizeUsesInBlock()