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

/gem5/src/cpu/pred/
H A Dtournament.cc205 history->localHistoryIdx = local_history_idx;
245 history->localHistoryIdx = invalidPredictorIndex;
340 if (history->localHistoryIdx != invalidPredictorIndex) {
341 localHistoryTable[history->localHistoryIdx] = history->localHistory;
H A Dtournament.hh168 unsigned localHistoryIdx; member in struct:TournamentBP::BPHistory

Completed in 6 milliseconds