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

/gem5/src/cpu/pred/
H A Dbpred_unit.cc444 auto hist_it = pred_hist.begin(); local
445 //HistoryIt hist_it = find(pred_hist.begin(), pred_hist.end(),
448 //assert(hist_it != pred_hist.end());
457 if ((*hist_it).usedRAS) {
461 tid, squashed_sn, hist_it->seqNum);
477 update(tid, (*hist_it).pc, actually_taken,
487 if (hist_it->wasReturn && !hist_it->usedRAS) {
491 hist_it->seqNum,
492 hist_it
[all...]

Completed in 5 milliseconds