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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp630 int didx = dst_copy->is_Copy(); local
631 dst_copy->set_req( didx, src_def );
635 dst_copy->replace_by( dst_copy->in(didx) );
636 dst_copy->set_req( didx, NULL);
H A Dloopnode.hpp734 uint didx = d->_idx; local
736 _idom[didx] = n; // Lazily remove dead CFG nodes from table.

Completed in 36 milliseconds