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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp2595 PhiNode *mphi = result->as_Phi(); local
2596 assert(mphi->bottom_type() == Type::MEMORY, "memory phi required");
2597 const TypePtr *t = mphi->adr_type();
2601 orig_phis.append_if_missing(mphi);
2604 result = split_memory_phi(mphi, alias_idx, orig_phis);
H A Dmemnode.cpp161 PhiNode *mphi = result->as_Phi(); local
162 assert(mphi->bottom_type() == Type::MEMORY, "memory phi required");
163 const TypePtr *t = mphi->adr_type();
170 result = mphi->split_out_instance(t_adr, igvn);

Completed in 55 milliseconds