Searched defs:in3 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp219 Node *in3 = region->in(3); local
221 if( in1->is_Proj() && in2->is_Proj() && in3->is_Proj() ) {
224 Node *in30 = in3->in(0);
232 // Check that control for in10 comes from other branch of IF from in3
234 in30 == in1000 && (in3->Opcode() != in100->Opcode()) ) {

Completed in 81 milliseconds