| 
    gem5
    
   | 
 
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 50 of file dep_graph.hh.
      
  | 
  inline | 
Definition at line 53 of file dep_graph.hh.
| DynInstPtr DependencyEntry< DynInstPtr >::inst | 
Definition at line 57 of file dep_graph.hh.
Referenced by DependencyGraph< DynInstPtr >::clearInst(), DependencyGraph< DynInstPtr >::dump(), DependencyGraph< DynInstPtr >::insert(), DependencyGraph< DynInstPtr >::pop(), DependencyGraph< DynInstPtr >::remove(), DependencyGraph< DynInstPtr >::reset(), and DependencyGraph< DynInstPtr >::setInst().
| DependencyEntry<DynInstPtr>* DependencyEntry< DynInstPtr >::next | 
Definition at line 60 of file dep_graph.hh.
Referenced by DependencyGraph< DynInstPtr >::dump(), DependencyGraph< DynInstPtr >::empty(), DependencyGraph< DynInstPtr >::insert(), DependencyGraph< DynInstPtr >::pop(), DependencyGraph< DynInstPtr >::remove(), and DependencyGraph< DynInstPtr >::reset().