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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc454 new_record->physRegDepList.push_back(*dep_set_it);
495 if (new_record->robDepList.empty() && new_record->physRegDepList.empty()) {
853 if (temp_ptr->physRegDepList.empty()) {
856 while (!temp_ptr->physRegDepList.empty()) {
858 temp_ptr->physRegDepList.front());
859 dep_pkt.add_reg_dep(temp_ptr->physRegDepList.front());
860 temp_ptr->physRegDepList.pop_front();
H A Delastic_trace.hh280 std::list<InstSeqNum> physRegDepList; member in struct:ElasticTrace::TraceInfo

Completed in 9 milliseconds