Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp263 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, in instructionClobbersQuery() function
315 static ClobberAlias instructionClobbersQuery(MemoryDef *MD, in instructionClobbersQuery() function
322 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(), in instructionClobbersQuery()
324 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
331 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
436 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA); in checkClobberSanity()
454 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) in checkClobberSanity()
582 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA); in walkToPhiOrClobber()
1450 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()