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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp51 Tarjan *_dom_child; // Child in dominator tree member in struct:Tarjan
137 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
142 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
150 t->_dom_next = tdom->_dom_child; // Make me a sibling of parent's child
151 tdom->_dom_child = t; // Make me a child of my parent
354 Tarjan *dom_child = t->_dom_child;
380 NTarjan *_dom_child; // Child in dominator tree
487 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
493 w->_dom_next = w->_dom_child = NULL; // Initialize for building tree later
502 t->_dom_next = tdom->_dom_child; // Mak
[all...]

Completed in 22 milliseconds