Home
last modified time | relevance | path

Searched refs:StartingAccess (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1106 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/
Dmultiple-backedges-hal.ll57 ; CHECK-NEXT: %StartingAccess = load
58 %StartingAccess = load i8, i8* %Arg, align 4