Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8413 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind() local
8414 CurMLK *= 2, ++Idx) { in checkForAllAccessesToMemoryKind()
8415 if (CurMLK & RequestedMLK) in checkForAllAccessesToMemoryKind()
8420 if (!Pred(AI.I, AI.Ptr, AI.Kind, CurMLK)) in checkForAllAccessesToMemoryKind()
8435 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint() local
8436 if (!(CurMLK & KnownMLK)) in indicatePessimisticFixpoint()
8437 updateStateAndAccessesMap(getState(), CurMLK, I, nullptr, Changed, in indicatePessimisticFixpoint()
8651 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) { in categorizeAccessedLocations() local
8652 if (CBAssumedNotAccessedLocsNoArgMem & CurMLK) in categorizeAccessedLocations()
8654 updateStateAndAccessesMap(AccessedLocs, CurMLK, &I, nullptr, Changed, in categorizeAccessedLocations()