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

/gem5/src/cpu/minor/
H A Dexecute.hh153 lastPredictionSeqNum(InstId::firstPredictionSeqNum),
162 lastPredictionSeqNum(other.lastPredictionSeqNum),
194 InstSeqNum lastPredictionSeqNum; member in struct:Minor::Execute::ExecuteThreadInfo
H A Dexecute.cc312 (inst->isBubble() ? executeInfo[tid].lastPredictionSeqNum
996 executeInfo[thread_id].lastPredictionSeqNum = inst->id.predictionSeqNum;
1355 /* lastPredictionSeqNum is kept as a convenience to prevent its
1357 ex_info.lastPredictionSeqNum = inst->id.predictionSeqNum;

Completed in 11 milliseconds