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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp137 PhiNode* only_phi = NULL; local
142 if (only_phi == NULL) {
143 only_phi = phi->as_Phi();
150 return only_phi;

Completed in 39 milliseconds