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 __anonccb5b2130111::CongruenceClass
11524 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local11530 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()11537 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()11555 if (StoreCount > 0) in lowerInterleavedStore()
19887 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local19890 if (StoreCount > 0) in lowerInterleavedStore()19898 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()19905 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()