Searched refs:LoadedLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp793 static void removeAccessedObjects(const MemoryLocation &LoadedLoc, argument
798 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL);
811 // Remove objects that could alias LoadedLoc.
815 return !AA->isNoAlias(StackLoc, LoadedLoc);
951 MemoryLocation LoadedLoc; local
957 LoadedLoc = MemoryLocation::get(L);
959 LoadedLoc = MemoryLocation::get(V);
971 removeAccessedObjects(LoadedLoc, DeadStackObjects, DL, AA, TLI, BB.getParent());

Completed in 38 milliseconds