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

/gem5/src/cpu/o3/
H A Drob_impl.hh402 InstSeqNum lowest_num = 0; local
417 lowest_num = (*head)->seqNum;
428 if (head_inst->seqNum < lowest_num) {
430 lowest_num = head_inst->seqNum;

Completed in 3 milliseconds