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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1918 Node* start_from = (xkey->outcnt() < ykey->outcnt()) ? xkey : ykey; local
1921 for (DUIterator_Fast kmax, k = start_from->fast_outs(kmax); k < kmax; k++) {
1922 Node* cmp = start_from->fast_out(k);

Completed in 38 milliseconds