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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp417 Node* join_region = join->in(TypeFunc::Control); local
418 assert(join_region != NULL, "join region must exist");
430 for (slot = 1; slot < join_region->req() ; slot ++ ) {
431 if (join_region->in(slot) == merging->in(TypeFunc::Control)) break;
433 assert(slot != join_region->req(), "edge must already exist");
452 if (join_slice->is_Phi() && join_slice->as_Phi()->region() == join_region) {
457 phi = PhiNode::make(join_region, join_slice, Type::MEMORY, mms.adr_type(C));
473 if (join_io->is_Phi() && join_io->as_Phi()->region() == join_region) {
476 phi = PhiNode::make(join_region, join_io, Type::ABIO);

Completed in 31 milliseconds