Searched refs:MemoryLocationsKind (Results 1 – 3 of 3) sorted by relevance
4759 using MemoryLocationsKind = StateType::base_t;4869 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {4875 MemoryLocationsKind getAssumedNotAccessedLocation() const {4884 static MemoryLocationsKind4885 inverseLocation(MemoryLocationsKind Loc, bool AndLocalMem, bool AndConstMem) {4891 LLVM_ABI static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);4908 MemoryLocationsKind)>4910 MemoryLocationsKind MLK) const = 0;
8345 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr()8495 MemoryLocationsKind)> in checkForAllAccessesToMemoryKind()8497 MemoryLocationsKind RequestedMLK) const override { in checkForAllAccessesToMemoryKind()8501 MemoryLocationsKind AssumedMLK = getAssumedNotAccessedLocation(); in checkForAllAccessesToMemoryKind()8506 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind()8526 MemoryLocationsKind KnownMLK = getKnown(); in indicatePessimisticFixpoint()8528 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint()8576 AAMemoryLocation::MemoryLocationsKind8593 MemoryLocationsKind MLK, const Instruction *I, in updateStateAndAccessesMap()8627 MemoryLocationsKind MLK = NO_LOCATIONS; in categorizePtrValue()[all …]
3271 AAMemoryLocation::MemoryLocationsKind) { in updateImpl() argument