| H A D | MemorySSA.cpp | 142 MemoryAccess *Clobber = Walker->getClobberingMemoryAccess(MA); in emitInstructionAnnot() 1065 using MemorySSAWalker::getClobberingMemoryAccess; 1070 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1083 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess() 1085 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1088 return getClobberingMemoryAccess(MA, Loc, UpwardWalkLimit); in getClobberingMemoryAccess() 1106 using MemorySSAWalker::getClobberingMemoryAccess; 1111 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker 1119 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess() 1121 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker [all …]
|