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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp170 Node *memphi = n->in(MemNode::Memory); local
171 assert( memphi->is_Phi(), "" );
174 for (DUIterator_Fast imax,i = memphi->fast_outs(imax); i < imax; i++) {
175 Node *load = memphi->fast_out(i);
H A Dparse1.cpp723 // Note: iophi and memphi are not transformed until do_exits.
725 Node* memphi = new (C) PhiNode(region, Type::MEMORY, TypePtr::BOTTOM); local
727 _exits.set_all_memory(memphi);
930 // transform each slice of the original memphi:

Completed in 279 milliseconds