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.cpp8344 std::string AAMemoryLocation::getMemoryLocationsAsStr( in getMemoryLocationsAsStr() function in AAMemoryLocation
8622 << getMemoryLocationsAsStr(State.getAssumed()) << "]\n"); in categorizePtrValue()
8679 << Obj << " -> " << getMemoryLocationsAsStr(MLK) << "\n"); in categorizePtrValue()
8698 << getMemoryLocationsAsStr(State.getAssumed()) << "\n"); in categorizePtrValue()
8787 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8796 << getMemoryLocationsAsStr(AccessedLocs.getAssumed()) << "\n"); in categorizeAccessedLocations()
8843 << ": " << getMemoryLocationsAsStr(MLK) << "\n"); in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4891 LLVM_ABI static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4918 return getMemoryLocationsAsStr(getAssumedNotAccessedLocation());