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

/openjdk9/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp50 Tarjan *_dom_next; // Next in dominator tree member in struct:Tarjan
132 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
137 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
145 t->_dom_next = tdom->_dom_child; // Make me a sibling of parent's child
343 t = t->_dom_next; // next tarjan
368 NTarjan *_dom_next; // Next in dominator tree
474 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
480 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
489 t->_dom_next = tdom->_dom_child; // Make me a sibling of parent's child
606 t = t->_dom_next; // nex
[all...]

Completed in 37 milliseconds