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

/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh463 instsToExecute.empty() &&
476 assert(instsToExecute.empty());
684 assert(!instsToExecute.empty());
685 DynInstPtr inst = std::move(instsToExecute.front());
686 instsToExecute.pop_front();
768 instsToExecute.push_back(inst);
862 instsToExecute.push_back(issuing_inst);
1587 ListIt inst_list_it = instsToExecute.begin();
1589 while (inst_list_it != instsToExecute.end())
H A Dinst_queue.hh319 std::list<DynInstPtr> instsToExecute; member in class:InstructionQueue

Completed in 10 milliseconds