Searched defs:_in_head (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp93 // A node in the dependence graph. _in_head starts the threaded list of
98 DepEdge* _in_head; // Head of list of in edges, null terminated member in class:DepMem
102 DepMem(Node* node) : _node(node), _in_head(NULL), _out_head(NULL) {}
105 DepEdge* in_head() { return _in_head; }
107 void set_in_head(DepEdge* hd) { _in_head = hd; }

Completed in 32 milliseconds