Searched refs:this_changed (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp835 Node* this_changed = NULL; local
875 this_changed = this;
909 if (phase->type(x) == Type::TOP) return this_changed;
910 if (phase->type(y) == Type::TOP) return this_changed;
929 return this_changed;
933 return this_changed;
955 return this_changed; // x or y is dying; don't mess w/ it
973 return this_changed;

Completed in 34 milliseconds