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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc193 auto itr_exec_info = tempStore.find(dyn_inst->seqNum);
194 if (itr_exec_info != tempStore.end()) {
198 tempStore[dyn_inst->seqNum] = exec_info_ptr;
202 maxTempStoreSize = std::max(tempStore.size(),
212 // that is found in the tempStore.
213 auto itr_exec_info = tempStore.find(dyn_inst->seqNum);
214 if (itr_exec_info == tempStore.end()) {
239 tempStore[seq_num] = exec_info_ptr;
311 auto itr_exec_info = tempStore.find(head_inst->seqNum);
312 if (itr_exec_info == tempStore
[all...]
H A Delastic_trace.hh234 std::unordered_map<InstSeqNum, InstExecInfo*> tempStore; member in class:ElasticTrace

Completed in 7 milliseconds