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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc495 if (new_record->robDepList.empty() && new_record->physRegDepList.empty()) {
614 new_record->robDepList.push_back(past_record->instNum);
844 if (temp_ptr->robDepList.empty()) {
847 while (!temp_ptr->robDepList.empty()) {
849 temp_ptr->robDepList.front());
850 dep_pkt.add_rob_dep(temp_ptr->robDepList.front());
851 temp_ptr->robDepList.pop_front();
H A Delastic_trace.hh278 std::list<InstSeqNum> robDepList; member in struct:ElasticTrace::TraceInfo

Completed in 9 milliseconds