Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp282 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, in instructionClobbersQuery() function
327 static bool instructionClobbersQuery(MemoryDef *MD, const MemoryUseOrDef *MU, in instructionClobbersQuery() function
333 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(), in instructionClobbersQuery()
335 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
342 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA); in defClobbersUseOrDef()
432 if (instructionClobbersQuery(MD, MAP.second, Query.Inst, AA)) in checkClobberSanity()
447 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) && in checkClobberSanity()
581 if (instructionClobbersQuery(MD, Desc.Loc, Query->Inst, *AA)) in walkToPhiOrClobber()
1469 if (instructionClobbersQuery(MD, MU, UseMLOC, *AA)) { in optimizeUsesInBlock()