Searched refs:StoreCount (Results 1 – 3 of 3) sorted by relevance
363 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()364 void incStoreCount() { ++StoreCount; } in incStoreCount()366 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()367 --StoreCount; in decStoreCount()371 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()381 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()382 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()426 int StoreCount = 0; member in __anon0afe5c7c0111::CongruenceClass
11883 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local11889 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()11896 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()11914 if (StoreCount > 0) in lowerInterleavedStore()
20605 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local20608 if (StoreCount > 0) in lowerInterleavedStore()20616 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()20623 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()