Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7482 std::string AAMemoryLocation::getMemoryLocationsAsStr( in getMemoryLocationsAsStr() function in AAMemoryLocation
7750 << getMemoryLocationsAsStr(State.getAssumed()) << "]\n"); in categorizePtrValue()
7808 << *Obj << " -> " << getMemoryLocationsAsStr(MLK) in categorizePtrValue()
7816 << getMemoryLocationsAsStr(State.getAssumed()) << "\n"); in categorizePtrValue()
7900 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
7909 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
7955 << ": " << getMemoryLocationsAsStr(MLK) << "\n"); in updateImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4239 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4266 return getMemoryLocationsAsStr(getAssumedNotAccessedLocation());