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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1066 uint end_lat = _node_latency->at_grow(LCA->_nodes[end_idx]->_idx); local
1071 LCA->_pre_order, LCA->_nodes[0]->_idx, start_lat, end_idx, end_lat, LCA_freq);
1077 target >= end_lat && // within latency range
1085 end_latency = end_lat;

Completed in 47 milliseconds