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

/gem5/src/cpu/o3/
H A Ddep_graph.hh76 typedef DependencyEntry<DynInstPtr> DepEntry; typedef in class:DependencyGraph
125 std::vector<DepEntry> dependGraph;
158 DepEntry *curr;
159 DepEntry *prev;
192 DepEntry *new_entry = new DepEntry;
208 DepEntry *prev = &dependGraph[idx];
209 DepEntry *curr = dependGraph[idx].next;
245 DepEntry *node;
273 DepEntry *cur
[all...]

Completed in 3 milliseconds