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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1183 // Split out multiple fall-in edges from the loop header. Move them to a
1385 // them all except optionally hot_idx.
1941 // Helper function to collect potentially useful predicates to prevent them from
1996 // from commoning them and as a result forcing the resulting node to
2015 // And compare them two by two
2274 // For example, peeling. Eliminate them before next loop optimizations.
2377 // Keep loop predicates and perform optimizations with them
2489 IdealLoopTree *them = loop_verify->get_loop_idx(n); local
2490 if( us->_head != them->_head || us->_tail != them
[all...]

Completed in 1550 milliseconds