Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp317 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
321 if (UseMLOC.IsCall) in instructionClobbersQuery()
324 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1363 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1364 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1443 if (!UseMLOC.IsCall && lifetimeEndsAt(MD, UseMLOC.getLoc(), *AA)) { in optimizeUsesInBlock()
1450 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()