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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp222 Node *in10 = in1->in(0); local
226 if( in10 != NULL && in10->is_If() &&
228 in30 != NULL && in30->is_If() && in10 == in20 &&
230 Node *in100 = in10->in(0);
232 // Check that control for in10 comes from other branch of IF from in3
237 bot_if = (IfNode*)in10;

Completed in 37 milliseconds