Searched refs:PredictorHistory (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/pred/ | ||
H A D | bpred_unit.hh | 199 struct PredictorHistory { struct in class:BPredUnit 204 PredictorHistory(const InstSeqNum &seq_num, Addr instPC, function in struct:BPredUnit::PredictorHistory 215 bool operator==(const PredictorHistory &entry) const { 269 typedef std::deque<PredictorHistory> History; |
H A D | bpred_unit.cc | 214 PredictorHistory predict_record(seqNum, pc.instAddr(), pred_taken, |
Completed in 5 milliseconds