Searched refs:StoreCounts (Results 1 – 2 of 2) sorted by relevance
31 double StoreCounts = 0.0; variable42 double storeCounts() const { return StoreCounts; } in storeCounts()49 void onStore(double Freq) { StoreCounts += Freq; } in onStore()
40 StoreCounts += Other.storeCounts(); in operator +=()