Searched refs:LoadStoreCounts (Results 1 – 2 of 2) sorted by relevance
33 double LoadStoreCounts = 0.0; variable43 double loadStoreCounts() const { return LoadStoreCounts; } in loadStoreCounts()50 void onLoadStore(double Freq) { LoadStoreCounts += Freq; } in onLoadStore()
41 LoadStoreCounts += Other.loadStoreCounts(); in operator +=()