Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp319 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
323 if (UseMLOC.IsCall) in instructionClobbersQuery()
326 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1375 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1376 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1453 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()