Lines Matching refs:_cfg

62   assert( _cfg->_broot->_nodes.size() == 0, "" );
72 Block_Array& bbs = _cfg->_bbs;
73 Block *entry = _cfg->_blocks[1];
74 Block *broot = _cfg->_broot;
89 _cfg->insert( broot, 0, new (this) MachBreakpointNode() );
94 _cfg->insert( broot, 0, new (this) MachUEPNode() );
110 _cfg->insert( entry, 1, new (this) MachBreakpointNode() );
114 for( uint i=0; i<_cfg->_num_blocks; i++ ) {
115 Block *b = _cfg->_blocks[i];
116 if( !b->is_connector() && b->non_connector_successor(0) == _cfg->_broot ) { // Found a program exit point?
131 uint* blk_starts = NEW_RESOURCE_ARRAY(uint,_cfg->_num_blocks+1);
144 for (uint i = 0; i < _cfg->_num_blocks; i++) {
146 Block *bb = _cfg->_blocks[i];
223 for( uint i=0; i<_cfg->_num_blocks; i++ ) {
224 Block *b = _cfg->_blocks[i];
256 _cfg->_bbs.map( zap->_idx, b );
309 uint last_block = _cfg->_num_blocks-1;
311 Block *b = _cfg->_blocks[i];
323 !_cfg->_blocks[i+1]->has_loop_alignment() &&
326 nb = _cfg->_blocks[i];
343 uint nblocks = _cfg->_num_blocks;
370 Block *b = _cfg->_blocks[i];
448 Block *nb = _cfg->_blocks[i+1];
479 Block *b = _cfg->_blocks[i];
1105 for (uint i = 0; i < _cfg->_num_blocks; i++) {
1106 Block* b = _cfg->_blocks[i];
1192 uint nblocks = _cfg->_num_blocks;
1241 Block *b = _cfg->_blocks[i];
1254 b->dump_head(&_cfg->_bbs, &st);
1330 _cfg->_bbs.map( nop->_idx, b );
1415 _cfg->_bbs.map(nop->_idx, b);
1564 Block *nb = _cfg->_blocks[i+1];
1569 _cfg->_bbs.map( nop->_idx, b );
1672 for( uint i=0; i<_cfg->_num_blocks; i++ ) {
1673 Block *b = _cfg->_blocks[i];
1715 assert(s == _cfg->_blocks[s->_pre_order],"bad numbering");
1757 _cfg(compile.cfg()),
1803 Block *bb = _cfg->_blocks[_cfg->_blocks.size()-1];
1889 if (_cfg->C->trace_opto_output())
1917 if (_cfg->C->trace_opto_output()) {
1925 if (_cfg->C->trace_opto_output())
1938 if (_cfg->C->trace_opto_output())
1947 if (_cfg->C->trace_opto_output())
1964 if (_cfg->C->trace_opto_output())
1980 if (_cfg->C->trace_opto_output())
1987 if (_cfg->C->trace_opto_output())
2000 if (_cfg->C->trace_opto_output())
2009 if (_cfg->C->trace_opto_output()) {
2031 if (_cfg->C->trace_opto_output()) {
2043 if (_cfg->C->trace_opto_output()) {
2056 if (_cfg->C->trace_opto_output()) {
2093 if (_cfg->C->trace_opto_output())
2123 if (_cfg->C->trace_opto_output()) {
2210 if (_cfg->C->trace_opto_output())
2225 if (_cfg->C->trace_opto_output())
2255 if (_cfg->C->trace_opto_output())
2267 if (_cfg->C->trace_opto_output())
2275 if (_cfg->C->trace_opto_output())
2326 if (_cfg->C->trace_opto_output())
2345 if (_cfg->C->trace_opto_output())
2393 if (_cfg->C->trace_opto_output()) {
2401 if (_cfg->C->trace_opto_output())
2411 if (_cfg->C->trace_opto_output())
2419 for( int i=_cfg->_num_blocks-1; i >= 0; succ_bb = bb, i-- ) {
2420 bb = _cfg->_blocks[i];
2423 if (_cfg->C->trace_opto_output()) {
2431 if( bb == _cfg->_broot )
2442 if (_cfg->C->trace_opto_output()) {
2505 if (_cfg->C->failing()) return; // too many D-U pinch points
2537 if (_cfg->C->trace_opto_output()) {
2559 if (_cfg->C->trace_opto_output())
2683 pinch = new (_cfg->C) Node(1); // Pinch point to-be
2686 _cfg->C->record_method_not_compilable("too many D-U pinch points");
2693 pinch->init_req(0, _cfg->C->top()); // set not NULL for the next call
2910 if (_cfg->C->trace_opto_output()) tty->print("Reclaimed pinch nodes:");
2922 if (_cfg->C->trace_opto_output()) {
2934 if (_cfg->C->trace_opto_output()) tty->print("\n");