Searched refs:StoreCount (Results 1 – 3 of 3) sorted by relevance
362 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()363 void incStoreCount() { ++StoreCount; } in incStoreCount()365 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()366 --StoreCount; in decStoreCount()370 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()380 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()381 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()425 int StoreCount = 0; member in __anon1f4f44df0111::CongruenceClass
21702 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local21705 if (StoreCount > 0) in lowerInterleavedStore()21713 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()21720 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
14656 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local14663 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()14670 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore()14698 if (StoreCount > 0) in lowerInterleavedStore()