Searched refs:StartingAccess (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 1106 MemoryAccess *StartingAccess, const MemoryLocation &Loc, in UpwardsDFSWalk() argument 1110 auto DFI = df_begin(StartingAccess); in UpwardsDFSWalk() 1111 for (auto DFE = df_end(StartingAccess); DFI != DFE;) { in UpwardsDFSWalk() 1202 const BasicBlock *OriginalBlock = StartingAccess->getBlock(); in UpwardsDFSWalk() 1218 MSSA->locallyDominates(CacheAccess, StartingAccess))) in UpwardsDFSWalk() 1238 MemoryAccess *StartingAccess, UpwardsMemoryQuery &Q) { in getClobberingMemoryAccess() argument 1239 return UpwardsDFSWalk(StartingAccess, Q.StartingLoc, Q, false).first; in getClobberingMemoryAccess() 1243 MemoryAccess *StartingAccess, MemoryLocation &Loc) { in getClobberingMemoryAccess() argument 1244 if (isa<MemoryPhi>(StartingAccess)) in getClobberingMemoryAccess() 1245 return StartingAccess; in getClobberingMemoryAccess() [all …]
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | multiple-backedges-hal.ll | 57 ; CHECK-NEXT: %StartingAccess = load 58 %StartingAccess = load i8, i8* %Arg, align 4
|