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

/gem5/src/cpu/o3/
H A Dcpu.cc1050 if (!instList.empty() || !removeList.empty()) {
1545 removeList.push(inst->getInstListIt());
1639 removeList.push(instIt);
1647 while (!removeList.empty()) {
1650 (*removeList.front())->threadNumber,
1651 (*removeList.front())->seqNum,
1652 (*removeList.front())->pcState());
1654 instList.erase(removeList.front());
1656 removeList.pop();
H A Dcpu.hh544 std::queue<ListIt> removeList; member in class:FullO3CPU

Completed in 12 milliseconds