Lines Matching refs:StartingLoc
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()
1317 doCacheInsert(DefiningAccess, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess()
1318 doCacheInsert(Q.OriginalAccess, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess()
1324 doCacheInsert(MA, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess()