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

/gem5/src/cpu/pred/
H A Dbi_mode.cc50 notTakenCounters(globalPredictorSize, SatCounter(globalCtrBits))
118 bool notTakenGHBPrediction = notTakenCounters[globalHistoryIdx]
187 notTakenCounters[globalHistoryIdx]++;
189 notTakenCounters[globalHistoryIdx]--;
H A Dbi_mode.hh106 std::vector<SatCounter> notTakenCounters; member in class:BiModeBP

Completed in 5 milliseconds