Searched defs:value_from_mem_phi (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) { function in class:PhaseMacroExpand
442 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1);
544 Node * phi = value_from_mem_phi(mem, ft, ftype, adr_t, alloc, &value_phis, ValueSearchLimit);

Completed in 35 milliseconds