Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp299 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, in instructionClobbersQuery() function
347 static ClobberAlias instructionClobbersQuery(MemoryDef *MD, in instructionClobbersQuery() function
354 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(), in instructionClobbersQuery()
356 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
363 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
455 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA); in checkClobberSanity()
473 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) in checkClobberSanity()
614 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA); in walkToPhiOrClobber()
1495 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()