Searched refs:takenCounters (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dbi_mode.cc49 takenCounters(globalPredictorSize, SatCounter(globalCtrBits)),
116 bool takenGHBPrediction = takenCounters[globalHistoryIdx]
180 takenCounters[globalHistoryIdx]++;
182 takenCounters[globalHistoryIdx]--;
H A Dbi_mode.hh104 std::vector<SatCounter> takenCounters; member in class:BiModeBP

Completed in 4 milliseconds