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

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh134 bool drained = instsToReplay.empty()
136 && instsToReplay.empty();
147 assert(instsToReplay.empty());
151 assert(instsToReplay.empty());
381 instsToReplay.push_back(inst);
391 while (!instsToReplay.empty()) {
392 temp_inst = instsToReplay.front();
401 instsToReplay.pop_front();
489 if (!instsToReplay.empty()) {
490 ListIt replay_it = instsToReplay
[all...]
H A Dmem_dep_unit.hh253 std::list<DynInstPtr> instsToReplay; member in class:MemDepUnit

Completed in 7 milliseconds