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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1752 int d_in = 0; local
1756 d_in = MAX2(d_in, depth(pred));
1759 if (d_in + 1 != d_orig) {
1760 set_depth(n, d_in + 1);

Completed in 30 milliseconds