Home
last modified time | relevance | path

Searched refs:MemoryLocationsKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4697 using MemoryLocationsKind = StateType::base_t;
4807 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {
4813 MemoryLocationsKind getAssumedNotAccessedLocation() const {
4822 static MemoryLocationsKind
4823 inverseLocation(MemoryLocationsKind Loc, bool AndLocalMem, bool AndConstMem) {
4829 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4846 MemoryLocationsKind)>
4848 MemoryLocationsKind MLK) const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8284 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr()
8434 MemoryLocationsKind)> in checkForAllAccessesToMemoryKind()
8436 MemoryLocationsKind RequestedMLK) const override { in checkForAllAccessesToMemoryKind()
8440 MemoryLocationsKind AssumedMLK = getAssumedNotAccessedLocation(); in checkForAllAccessesToMemoryKind()
8445 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind()
8465 MemoryLocationsKind KnownMLK = getKnown(); in indicatePessimisticFixpoint()
8467 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint()
8515 AAMemoryLocation::MemoryLocationsKind
8532 MemoryLocationsKind MLK, const Instruction *I, in updateStateAndAccessesMap()
8566 MemoryLocationsKind MLK = NO_LOCATIONS; in categorizePtrValue()
[all …]
H A DOpenMPOpt.cpp3268 AAMemoryLocation::MemoryLocationsKind) { in updateImpl() argument