Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp332 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery() argument
336 if (UseMLOC.IsCall) in instructionClobbersQuery()
339 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
1376 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock() local
1377 auto &LocInfo = LocStackInfo[UseMLOC]; in optimizeUsesInBlock()
1456 if (instructionClobbersQuery(MD, MU, UseMLOC, *AA)) { in optimizeUsesInBlock()