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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp810 PhiNode *optphi = opt->is_Phi() ? opt->as_Phi() : NULL; local
811 if (optphi != NULL && optphi->adr_type() == TypePtr::BOTTOM) {
812 opt = node_map[optphi->_idx];
815 nphi = optphi->slice_memory(at);
817 node_map.map(optphi->_idx, nphi);
818 ophi = optphi;

Completed in 36 milliseconds