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()423 int StoreCount = 0; member in __anon46287ded0111::CongruenceClass
8539 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local8545 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()8552 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()8570 if (StoreCount > 0) in lowerInterleavedStore()
14967 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local14970 if (StoreCount > 0) in lowerInterleavedStore()14981 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()14988 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()