Lines Matching refs:MLK

7483     AAMemoryLocation::MemoryLocationsKind MLK) {  in getMemoryLocationsAsStr()  argument
7484 if (0 == (MLK & AAMemoryLocation::NO_LOCATIONS)) in getMemoryLocationsAsStr()
7486 if (MLK == AAMemoryLocation::NO_LOCATIONS) in getMemoryLocationsAsStr()
7489 if (0 == (MLK & AAMemoryLocation::NO_LOCAL_MEM)) in getMemoryLocationsAsStr()
7491 if (0 == (MLK & AAMemoryLocation::NO_CONST_MEM)) in getMemoryLocationsAsStr()
7493 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_INTERNAL_MEM)) in getMemoryLocationsAsStr()
7495 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_EXTERNAL_MEM)) in getMemoryLocationsAsStr()
7497 if (0 == (MLK & AAMemoryLocation::NO_ARGUMENT_MEM)) in getMemoryLocationsAsStr()
7499 if (0 == (MLK & AAMemoryLocation::NO_INACCESSIBLE_MEM)) in getMemoryLocationsAsStr()
7501 if (0 == (MLK & AAMemoryLocation::NO_MALLOCED_MEM)) in getMemoryLocationsAsStr()
7503 if (0 == (MLK & AAMemoryLocation::NO_UNKOWN_MEM)) in getMemoryLocationsAsStr()
7717 MemoryLocationsKind MLK, const Instruction *I, in updateStateAndAccessesMap()
7721 assert(isPowerOf2_32(MLK) && "Expected a single location set!"); in updateStateAndAccessesMap()
7722 auto *&Accesses = AccessKind2Accesses[llvm::Log2_32(MLK)]; in updateStateAndAccessesMap()
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()
7803 MLK = NO_UNKOWN_MEM; in categorizePtrValue()
7806 assert(MLK != NO_LOCATIONS && "No location specified!"); in categorizePtrValue()
7808 << *Obj << " -> " << getMemoryLocationsAsStr(MLK) in categorizePtrValue()
7810 updateStateAndAccessesMap(getState(), MLK, &I, Obj, Changed, in categorizePtrValue()
7888 AccessKind Kind, MemoryLocationsKind MLK) { in categorizeAccessedLocations() argument
7889 updateStateAndAccessesMap(AccessedLocs, MLK, &I, Ptr, Changed, in categorizeAccessedLocations()
7953 MemoryLocationsKind MLK = categorizeAccessedLocations(A, I, Changed); in updateImpl() local
7955 << ": " << getMemoryLocationsAsStr(MLK) << "\n"); in updateImpl()
7956 removeAssumedBits(inverseLocation(MLK, false, false)); in updateImpl()
8009 AccessKind Kind, MemoryLocationsKind MLK) { in updateImpl() argument
8010 updateStateAndAccessesMap(getState(), MLK, I, Ptr, Changed, in updateImpl()