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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp350 Node *xphi = incr->in(1); local
353 if (!xphi->is_Con()) // Is the other guy a constant?
355 Node *tmp = xphi; // 'incr' is commutative, so ok to swap
356 xphi = stride;
364 if (!xphi->is_Phi())
366 if (phi_incr != NULL && phi_incr != xphi)
368 PhiNode *phi = xphi->as_Phi();

Completed in 41 milliseconds