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

/gem5/src/cpu/pred/
H A Dtournament.cc66 choiceCtrs(choicePredictorSize, SatCounter(choiceCtrBits))
197 choiceCtrs[globalHistory[tid] & choiceHistoryMask];
302 choiceCtrs[choice_predictor_idx]--;
304 choiceCtrs[choice_predictor_idx]++;
H A Dtournament.hh235 std::vector<SatCounter> choiceCtrs; member in class:TournamentBP

Completed in 6 milliseconds