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

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp299 bool ignore_self = true; local
303 while (i < imax && ignore_self) {
305 if (use != first) ignore_self = false;
307 if (ignore_self) continue;

Completed in 30 milliseconds