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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp486 bool is_counted() { return is_loop() && _head != NULL && _head->is_CountedLoop(); } function in class:IdealLoopTree
1104 // if (!lpt->is_counted()) continue;

Completed in 174 milliseconds