hotspot/src/share/vm/opto/split_if.cpp
changeset 9124 f60dee480d49
parent 9101 ff58f9a8e31c
child 10502 17598114b94c
equal deleted inserted replaced
9093:62b8e328f8c8 9124:f60dee480d49
   397 // Split thru the Region.
   397 // Split thru the Region.
   398 void PhaseIdealLoop::do_split_if( Node *iff ) {
   398 void PhaseIdealLoop::do_split_if( Node *iff ) {
   399 #ifndef PRODUCT
   399 #ifndef PRODUCT
   400   if( PrintOpto && VerifyLoopOptimizations )
   400   if( PrintOpto && VerifyLoopOptimizations )
   401     tty->print_cr("Split-if");
   401     tty->print_cr("Split-if");
       
   402   if (TraceLoopOpts) {
       
   403     tty->print_cr("SplitIf");
       
   404   }
   402 #endif
   405 #endif
   403   C->set_major_progress();
   406   C->set_major_progress();
   404   Node *region = iff->in(0);
   407   Node *region = iff->in(0);
   405   Node *region_dom = idom(region);
   408   Node *region_dom = idom(region);
   406 
   409