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

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc459 auto graph_itr = depGraph.begin(); local
466 graph_itr = depGraph.find(free_itr->seqNum);
467 assert(graph_itr != depGraph.end());
468 GraphNode* node_ptr = graph_itr->second;
569 depGraph.erase(graph_itr);
752 auto graph_itr = depGraph.find(pkt->req->getReqInstSeqNum()); local
753 assert(graph_itr != depGraph.end());
754 GraphNode* node_ptr = graph_itr->second;
775 depGraph.erase(graph_itr);
872 auto graph_itr local
[all...]

Completed in 6 milliseconds