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

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh490 ListIt replay_it = instsToReplay.begin(); local
491 while (replay_it != instsToReplay.end()) {
492 if ((*replay_it)->threadNumber == tid &&
493 (*replay_it)->seqNum > squashed_num) {
494 instsToReplay.erase(replay_it++);
496 ++replay_it;

Completed in 5 milliseconds