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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh340 std::unordered_map<InstSeqNum, TraceInfo*> traceInfoMap; member in class:ElasticTrace
H A Delastic_trace.cc399 traceInfoMap[head_inst->seqNum] = new_record;
450 auto trace_info_itr = traceInfoMap.find(*dep_set_it);
451 if (trace_info_itr != traceInfoMap.end()) {
879 traceInfoMap.erase(temp_ptr->instNum);

Completed in 9 milliseconds