Searched refs:LoadedLoc (Results 1 – 1 of 1) sorted by relevance
70 void RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc,669 AliasAnalysis::Location LoadedLoc; in handleEndBlock() local673 LoadedLoc = AA->getLocation(L); in handleEndBlock()675 LoadedLoc = AA->getLocation(V); in handleEndBlock()677 LoadedLoc = AA->getLocationForSource(MTI); in handleEndBlock()685 RemoveAccessedObjects(LoadedLoc, DeadStackObjects); in handleEndBlock()699 void DSE::RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc, in RemoveAccessedObjects() argument701 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr); in RemoveAccessedObjects()719 if (!AA->isNoAlias(StackLoc, LoadedLoc)) in RemoveAccessedObjects()