Searched refs:CurMLK (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 8445 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind() local 8446 CurMLK *= 2, ++Idx) { in checkForAllAccessesToMemoryKind() 8447 if (CurMLK & RequestedMLK) in checkForAllAccessesToMemoryKind() 8452 if (!Pred(AI.I, AI.Ptr, AI.Kind, CurMLK)) in checkForAllAccessesToMemoryKind() 8467 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint() local 8468 if (!(CurMLK & KnownMLK)) in indicatePessimisticFixpoint() 8469 updateStateAndAccessesMap(getState(), CurMLK, I, nullptr, Changed, in indicatePessimisticFixpoint() 8702 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) { in categorizeAccessedLocations() local 8703 if (CBAssumedNotAccessedLocsNoArgMem & CurMLK) in categorizeAccessedLocations() 8705 updateStateAndAccessesMap(AccessedLocs, CurMLK, &I, nullptr, Changed, in categorizeAccessedLocations()
|