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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp69 //------------------------------DepEdge---------------------------
73 class DepEdge : public ResourceObj { class in inherits:ResourceObj
77 DepEdge* _next_in; // list of in edges, null terminated
78 DepEdge* _next_out; // list of out edges, null terminated
81 DepEdge(DepMem* pred, DepMem* succ, DepEdge* next_in, DepEdge* next_out) : function in class:DepEdge
84 DepEdge* next_in() { return _next_in; }
85 DepEdge* next_out() { return _next_out; }
98 DepEdge* _in_hea
[all...]

Completed in 34 milliseconds