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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp289 int _num_loops; // Total number of loops member in class:IR
308 int num_loops() const { return _num_loops; }
H A Dc1_IR.cpp234 , _num_loops(0) {
420 int _num_loops; // total number of loops member in class:ComputeLinearScanOrder
483 int num_loops() const { return _num_loops; }
490 _num_loops(0),
512 md->set_compilation_stats(_num_loops, _num_blocks);
516 if (_num_loops > 0) {
594 TRACE_LINEAR_SCAN(3, tty->print_cr("Block B%d is loop header of loop %d", cur->block_id(), _num_loops));
596 cur->set_loop_index(_num_loops);
597 _num_loops++;
607 _loop_map = BitMap2D(_num_loops, _max_block_i
[all...]

Completed in 678 milliseconds