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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp146 uint _trip_count; member in class:CountedLoopNode
160 : LoopNode(entry, backedge), _main_idx(0), _trip_count(max_juint),
164 // Initialize _trip_count to the largest possible value.
217 void set_trip_count(uint tc) { _trip_count = tc; }
218 uint trip_count() { return _trip_count; }
222 _trip_count = tc;

Completed in 112 milliseconds