Searched refs:StartingAccess (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 2072 MemoryAccess *StartingAccess, UpwardsMemoryQuery &Q) { in getClobberingMemoryAccess() argument 2073 return Walker.findClobber(StartingAccess, Q); in getClobberingMemoryAccess() 2077 MemoryAccess *StartingAccess, const MemoryLocation &Loc) { in getClobberingMemoryAccess() argument 2078 if (isa<MemoryPhi>(StartingAccess)) in getClobberingMemoryAccess() 2079 return StartingAccess; in getClobberingMemoryAccess() 2081 auto *StartingUseOrDef = cast<MemoryUseOrDef>(StartingAccess); in getClobberingMemoryAccess() 2114 auto *StartingAccess = dyn_cast<MemoryUseOrDef>(MA); in getClobberingMemoryAccess() local 2116 if (!StartingAccess) in getClobberingMemoryAccess() 2122 if (StartingAccess->isOptimized()) in getClobberingMemoryAccess() 2123 return StartingAccess->getOptimized(); in getClobberingMemoryAccess() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/ |
D | multiple-backedges-hal.ll | 57 ; CHECK-NEXT: %StartingAccess = load 58 %StartingAccess = load i8, i8* %Arg, align 4
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | multiple-backedges-hal.ll | 57 ; CHECK-NEXT: %StartingAccess = load 58 %StartingAccess = load i8, i8* %Arg, align 4
|