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

/gem5/src/cpu/pred/
H A Dbpred_unit.cc114 usedRAS
115 .name(name() + ".usedRAS")
220 ++usedRAS;
228 predict_record.usedRAS = true;
378 if (pred_hist.front().usedRAS) {
457 if ((*hist_it).usedRAS) {
487 if (hist_it->wasReturn && !hist_it->usedRAS) {
494 hist_it->usedRAS = true;
513 if (hist_it->usedRAS) {
524 hist_it->usedRAS
[all...]
H A Dbpred_unit.hh210 tid(_tid), predTaken(pred_taken), usedRAS(0), pushedRAS(0),
246 bool usedRAS; member in struct:BPredUnit::PredictorHistory
306 Stats::Scalar usedRAS; member in class:BPredUnit

Completed in 14 milliseconds