Searched refs:in_subroutine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp77 int mark_loops(BlockBegin* b, bool in_subroutine);
385 int BlockListBuilder::mark_loops(BlockBegin* block, bool in_subroutine) { argument
398 in_subroutine = true;
408 loop_state |= mark_loops(block->sux_at(i), in_subroutine);
418 if (loop_state != 0 || in_subroutine ) {

Completed in 40 milliseconds