Searched refs:CurMLK (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 6499 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; in checkForAllAccessesToMemoryKind() local 6500 CurMLK *= 2, ++Idx) { in checkForAllAccessesToMemoryKind() 6501 if (CurMLK & RequestedMLK) in checkForAllAccessesToMemoryKind() 6506 if (!Pred(AI.I, AI.Ptr, AI.Kind, CurMLK)) in checkForAllAccessesToMemoryKind() 6521 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) in indicatePessimisticFixpoint() local 6522 if (!(CurMLK & KnownMLK)) in indicatePessimisticFixpoint() 6523 updateStateAndAccessesMap(getState(), CurMLK, I, nullptr, Changed, in indicatePessimisticFixpoint() 6754 for (MemoryLocationsKind CurMLK = 1; CurMLK < NO_LOCATIONS; CurMLK *= 2) { in categorizeAccessedLocations() local 6755 if (CBAssumedNotAccessedLocsNoArgMem & CurMLK) in categorizeAccessedLocations() 6757 updateStateAndAccessesMap(AccessedLocs, CurMLK, &I, nullptr, Changed, in categorizeAccessedLocations()
|