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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1067 double LCA_freq = LCA->_freq; local
1071 LCA->_pre_order, LCA->_nodes[0]->_idx, start_lat, end_idx, end_lat, LCA_freq);
1074 if (LCA_freq < least_freq || // Better Frequency
1076 LCA_freq < least_freq * delta && // No worse frequency
1083 least_freq = LCA_freq;

Completed in 36 milliseconds