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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp2787 Node* unique_in = n->in(1); local
2788 assert(unique_in != NULL, "");
2793 if (unique_in != m)
2794 unique_in = NULL;
2796 if (unique_in != NULL) {
2797 n->subsume_by(unique_in, this);

Completed in 45 milliseconds