Lines Matching refs:getClobberingMemoryAccess
128 MemoryAccess *getClobberingMemoryAccess(const Instruction *) override;
129 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
147 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, UpwardsMemoryQuery &);
435 MU->setDefiningAccess(Walker->getClobberingMemoryAccess(Inst)); in buildMemorySSA()
1237 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1242 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1273 MemoryAccess *Clobber = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess()
1285 MemorySSA::CachingWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1313 MemoryAccess *Result = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess()
1347 DoNothingMemorySSAWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::DoNothingMemorySSAWalker
1354 MemoryAccess *DoNothingMemorySSAWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::DoNothingMemorySSAWalker