Searched refs:instructionClobbersQuery (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 249 static ClobberAlias instructionClobbersQuery(MemoryDef *MD, in instructionClobbersQuery() function 297 static ClobberAlias instructionClobbersQuery(MemoryDef *MD, in instructionClobbersQuery() function 304 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(), in instructionClobbersQuery() 306 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery() 313 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef() 412 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA); in checkClobberSanity() 427 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) in checkClobberSanity() 523 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA); in walkToPhiOrClobber() 1282 ClobberAlias CA = instructionClobbersQuery(MD, MU, UseMLOC, *AA); in optimizeUsesInBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 148 bool instructionClobbersQuery(const MemoryDef *, UpwardsMemoryQuery &, 1089 bool MemorySSA::CachingWalker::instructionClobbersQuery( in instructionClobbersQuery() function in llvm::MemorySSA::CachingWalker 1125 if (instructionClobbersQuery(MD, Q, Loc)) { in UpwardsDFSWalk()
|