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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp107 Node *whead = w->_block->head(); local
108 for( uint j=1; j < whead->req(); j++ ) {
109 Block *b = _bbs[whead->in(j)->_idx];
432 Node *whead = w->_control;
433 for( uint j=0; j < whead->req(); j++ ) { // For each predecessor
434 if( whead->in(j) == NULL || !whead->in(j)->is_CFG() )
436 uint b = dfsorder[whead->in(j)->_idx];
462 if( !_verify_only && whead->is_Region() ) {
463 for( uint i = 1; i < whead
[all...]

Completed in 30 milliseconds