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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc255 auto itr_writer = physRegDepMap.find(phys_src_reg->flatIndex());
256 if (itr_writer != physRegDepMap.end()) {
288 physRegDepMap[phys_dest_reg->flatIndex()] = seq_num;
291 maxPhysRegDepMapSize = std::max(physRegDepMap.size(),
300 auto itr_regdep_map = physRegDepMap.find(inst_reg_pair.second);
301 if (itr_regdep_map != physRegDepMap.end())
302 physRegDepMap.erase(itr_regdep_map);
H A Delastic_trace.hh150 * map. For this look up the physRegDepMap with this instruction as the
161 * physRegDepMap as well to avoid dependencies on squashed instructions.
247 std::unordered_map<PhysRegIndex, InstSeqNum> physRegDepMap; member in class:ElasticTrace

Completed in 9 milliseconds