Searched refs:StartingLoc (Results 1 – 3 of 3) 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-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 341 MemoryLocation StartingLoc; member 354 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery() 657 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) { in getBlockingAccess() 946 DefPath FirstDesc(Q.StartingLoc, Current, Current, None); in findClobber() 956 Current, Q.StartingLoc); in findClobber() 964 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, AA); in findClobber() 2337 Q.StartingLoc = Loc; in getClobberingMemoryAccessBase()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 341 MemoryLocation StartingLoc; member 354 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery() 682 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) { in getBlockingAccess() 972 DefPath FirstDesc(Q.StartingLoc, Current, Current, None); in findClobber() 982 Current, Q.StartingLoc); in findClobber() 990 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, AA); in findClobber() 2461 Q.StartingLoc = Loc; in getClobberingMemoryAccessBase()
|