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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp4086 PhiNode* phi_base; local
4088 phi_base = new_base->as_Phi();
4090 phi_base = NULL;
4094 if (phi_base != NULL && !phi_base->is_copy()) {
4096 phi_reg = phi_base->region();
4097 phi_len = phi_base->req();
4100 if (phi_base->in(i) == NULL) {
4157 if (phi_base->in(i) != phi_mem->in(i)) {

Completed in 43 milliseconds