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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp52 Tarjan *_dom_next; // Next 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
355 t = t->_dom_next; // next tarjan
381 NTarjan *_dom_next; // Next 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; // Make me a sibling of parent's child
624 t = t->_dom_next; // nex
[all...]

Completed in 30 milliseconds