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

/gem5/src/cpu/pred/
H A Dtournament.cc57 globalCtrs(globalPredictorSize, SatCounter(globalCtrBits)),
193 globalCtrs[globalHistory[tid] & globalHistoryMask];
316 globalCtrs[global_predictor_idx]++;
321 globalCtrs[global_predictor_idx]--;
H A Dtournament.hh205 std::vector<SatCounter> globalCtrs; member in class:TournamentBP

Completed in 10 milliseconds