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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp245 Node *phi_x = PhiNode::make_blank(region_x, phi); local
253 phi_x ->init_req( i_x++, phi->in(i) );
272 // Prevent the untimely death of phi_x. Currently he has no uses. He is
273 // about to get one. If this only use goes away, then phi_x will look dead.
276 hook->init_req(0, phi_x);
278 phi_x = phase->transform( phi_x );
283 cmp_x->set_req(1,phi_x);
364 phi_s->init_req( 2, phi_x );
376 phi_f->init_req( 2, phi_x );
[all...]

Completed in 35 milliseconds