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

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp488 uint first_inst; local
489 for( first_inst = 1; first_inst < last_inst; first_inst++ )
490 if( !b->_nodes[first_inst]->is_Phi() )
495 for( uint insidx = first_inst; insidx < last_inst; insidx++ ) {
498 if( insidx > first_inst && ex->is_Mach() &&
503 b->_nodes.insert(first_inst, ex);
517 int inst_count = last_inst - first_inst;

Completed in 33 milliseconds