Searched refs:loadStoreCounts (Results 1 – 2 of 2) sorted by relevance
42 LoadStoreCounts += Other.loadStoreCounts(); in operator +=()52 loadStoreCounts() == Other.loadStoreCounts() && in operator ==()66 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()
43 double loadStoreCounts() const { return LoadStoreCounts; } in loadStoreCounts() function