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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp384 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level) { argument
395 phi->as_Phi()->is_same_inst_field(phi_type, instance_id, alias_idx, offset)) {
414 PhiNode *phi = new (C) PhiNode(mem->in(0), phi_type, NULL, instance_id, alias_idx, offset);
442 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1);

Completed in 39 milliseconds