Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7483 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr() argument
7486 if (MLK == AAMemoryLocation::NO_LOCATIONS) in getMemoryLocationsAsStr()
7726 State.removeAssumedBits(MLK); in updateStateAndAccessesMap()
7766 MemoryLocationsKind MLK = NO_LOCATIONS; in categorizePtrValue() local
7776 MLK = NO_ARGUMENT_MEM; in categorizePtrValue()
7786 MLK = NO_GLOBAL_INTERNAL_MEM; in categorizePtrValue()
7788 MLK = NO_GLOBAL_EXTERNAL_MEM; in categorizePtrValue()
7794 MLK = NO_LOCAL_MEM; in categorizePtrValue()
7799 MLK = NO_MALLOCED_MEM; in categorizePtrValue()
7801 MLK = NO_UNKOWN_MEM; in categorizePtrValue()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4217 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {
4218 return isAssumed(MLK);
4239 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4258 MemoryLocationsKind MLK) const = 0;