gem5
v20.1.0.0
|
Node in a linked list. More...
#include <dep_graph.hh>
Public Member Functions | |
DependencyEntry () | |
Public Attributes | |
DynInstPtr | inst |
DependencyEntry< DynInstPtr > * | next |
Node in a linked list.
Definition at line 48 of file dep_graph.hh.
|
inline |
Definition at line 51 of file dep_graph.hh.
DynInstPtr DependencyEntry< DynInstPtr >::inst |
Definition at line 55 of file dep_graph.hh.
Referenced by DependencyGraph< DynInstPtr >::dump(), DependencyGraph< DynInstPtr >::insert(), DependencyGraph< DynInstPtr >::pop(), DependencyGraph< DynInstPtr >::remove(), and DependencyGraph< DynInstPtr >::reset().
DependencyEntry<DynInstPtr>* DependencyEntry< DynInstPtr >::next |
Definition at line 58 of file dep_graph.hh.
Referenced by DependencyGraph< DynInstPtr >::dump(), DependencyGraph< DynInstPtr >::insert(), DependencyGraph< DynInstPtr >::pop(), DependencyGraph< DynInstPtr >::remove(), and DependencyGraph< DynInstPtr >::reset().