Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7630 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind() local
7631 CurMLK *= 2, ++Idx) { in checkForAllAccessesToMemoryKind()
7632 if (CurMLK & RequestedMLK) in checkForAllAccessesToMemoryKind()
7637 if (!Pred(AI.I, AI.Ptr, AI.Kind, CurMLK)) in checkForAllAccessesToMemoryKind()
7652 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint() local
7653 if (!(CurMLK & KnownMLK)) in indicatePessimisticFixpoint()
7654 updateStateAndAccessesMap(getState(), CurMLK, I, nullptr, Changed, in indicatePessimisticFixpoint()
7876 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) { in categorizeAccessedLocations() local
7877 if (CBAssumedNotAccessedLocsNoArgMem & CurMLK) in categorizeAccessedLocations()
7879 updateStateAndAccessesMap(AccessedLocs, CurMLK, &I, nullptr, Changed, in categorizeAccessedLocations()