Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8283 std::string AAMemoryLocation::getMemoryLocationsAsStr( in getMemoryLocationsAsStr() function in AAMemoryLocation
8561 << getMemoryLocationsAsStr(State.getAssumed()) << "]\n"); in categorizePtrValue()
8618 << Obj << " -> " << getMemoryLocationsAsStr(MLK) << "\n"); in categorizePtrValue()
8637 << getMemoryLocationsAsStr(State.getAssumed()) << "\n"); in categorizePtrValue()
8726 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8735 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8782 << ": " << getMemoryLocationsAsStr(MLK) << "\n"); in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4829 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4856 return getMemoryLocationsAsStr(getAssumedNotAccessedLocation());