Home
last modified time | relevance | path

Searched refs:getMemoryLocationsAsStr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8268 std::string AAMemoryLocation::getMemoryLocationsAsStr( in getMemoryLocationsAsStr() function in AAMemoryLocation
8546 << getMemoryLocationsAsStr(State.getAssumed()) << "]\n"); in categorizePtrValue()
8603 << Obj << " -> " << getMemoryLocationsAsStr(MLK) << "\n"); in categorizePtrValue()
8622 << getMemoryLocationsAsStr(State.getAssumed()) << "\n"); in categorizePtrValue()
8711 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8720 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8767 << ": " << getMemoryLocationsAsStr(MLK) << "\n"); in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4836 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4863 return getMemoryLocationsAsStr(getAssumedNotAccessedLocation());