Searched refs:StoreCount (Results 1 – 3 of 3) sorted by relevance
359 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()360 void incStoreCount() { ++StoreCount; } in incStoreCount()362 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()363 --StoreCount; in decStoreCount()367 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()377 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()378 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()422 int StoreCount = 0; member in __anonb04f3f7e0111::CongruenceClass
21892 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local21895 if (StoreCount > 0) in lowerInterleavedStore()21903 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()21910 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
15924 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local15931 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()15938 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore()15966 if (StoreCount > 0) in lowerInterleavedStore()