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

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh78 MemDepHashIt hash_it; local
81 hash_it = memDepHash.find((*inst_list_it)->seqNum);
83 assert(hash_it != memDepHash.end());
85 memDepHash.erase(hash_it);
211 MemDepHashIt hash_it = memDepHash.find(producing_store); local
213 if (hash_it != memDepHash.end()) {
214 store_entry = (*hash_it).second;
415 MemDepHashIt hash_it = memDepHash.find(inst->seqNum); local
417 assert(hash_it != memDepHash.end());
419 instList[tid].erase((*hash_it)
504 MemDepHashIt hash_it; local
564 MemDepHashIt hash_it = memDepHash.find(inst->seqNum); local
[all...]

Completed in 5 milliseconds