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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1219 bool have_con = tcon->singleton(); local
1221 if (!have_con) {
1228 have_con = true;
1231 have_con = false;
1234 if (!have_con) // remaining adjustments need a con

Completed in 35 milliseconds