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

/gem5/src/cpu/o3/
H A Dcommit_impl.hh1524 unsigned oldest = 0; local
1543 oldest = tid;
1545 } else if (head_inst->seqNum < oldest) {
1546 oldest = tid;
1553 return oldest;

Completed in 6 milliseconds