• Home
  • Raw
  • Download

Lines Matching refs:getClobberingMemoryAccess

1048   using MemorySSAWalker::getClobberingMemoryAccess;
1050 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1053 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1059 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1061 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess()
1063 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1066 return getClobberingMemoryAccess(MA, Loc, UpwardWalkLimit); in getClobberingMemoryAccess()
1084 using MemorySSAWalker::getClobberingMemoryAccess;
1086 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1089 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1095 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1097 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess()
1099 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1102 return getClobberingMemoryAccess(MA, Loc, UpwardWalkLimit); in getClobberingMemoryAccess()
1456 Walker->getClobberingMemoryAccess(MU, UpwardWalkLimit); in optimizeUsesInBlock()
2560 DoNothingMemorySSAWalker::getClobberingMemoryAccess(MemoryAccess *MA) { in getClobberingMemoryAccess() function in DoNothingMemorySSAWalker
2566 MemoryAccess *DoNothingMemorySSAWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in DoNothingMemorySSAWalker