Searched refs:StoreCount (Results 1 – 3 of 3) sorted by relevance
368 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()369 void incStoreCount() { ++StoreCount; } in incStoreCount()371 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()372 --StoreCount; in decStoreCount()376 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()386 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()387 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()433 int StoreCount = 0; member in __anonb3555ec80111::CongruenceClass
21835 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local21838 if (StoreCount > 0) in lowerInterleavedStore()21846 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()21853 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
17427 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local17434 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()17441 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore()17468 if (StoreCount > 0) in lowerInterleavedStore()