Searched refs:StartingLoc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 992 MemoryLocation StartingLoc; member 1034 Q.StartingLoc = MemoryLocation::get(I); in invalidateInfo() 1035 doCacheRemove(MA, Q, Q.StartingLoc); in invalidateInfo() 1200 return {MSSA->getLiveOnEntryDef(), Q.StartingLoc}; in UpwardsDFSWalk() 1239 return UpwardsDFSWalk(StartingAccess, Q.StartingLoc, Q, false).first; in getClobberingMemoryAccess() 1260 Q.StartingLoc = Loc; in getClobberingMemoryAccess() 1264 if (auto CacheResult = doCacheLookup(StartingUseOrDef, Q, Q.StartingLoc)) in getClobberingMemoryAccess() 1276 doCacheInsert(Q.OriginalAccess, Clobber, Q, Q.StartingLoc); in getClobberingMemoryAccess() 1300 Q.StartingLoc = MemoryLocation::get(I); in getClobberingMemoryAccess() 1302 if (auto CacheResult = doCacheLookup(StartingAccess, Q, Q.StartingLoc)) in getClobberingMemoryAccess() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 323 MemoryLocation StartingLoc; member 335 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery() 865 DefPath FirstDesc(Q.StartingLoc, Current, Current, None); in findClobber() 875 Current, Q.StartingLoc); in findClobber() 882 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, AA); in findClobber() 2094 Q.StartingLoc = Loc; in getClobberingMemoryAccess()
|