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

/openjdk9/hotspot/src/share/vm/opto/
H A Dloopnode.hpp545 bool is_counted() { return is_loop() && _head != NULL && _head->is_CountedLoop(); } function in class:IdealLoopTree
H A Dloopnode.cpp2279 bool is_counted = lpt->is_counted(); local

Completed in 29 milliseconds