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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp3801 BlockBegin* callee_start_block = block_at(0); local
3802 if (callee_start_block != NULL) {
3803 assert(callee_start_block->is_set(BlockBegin::parser_loop_header_flag), "must be loop header");
3804 Goto* goto_callee = new Goto(callee_start_block, false);
3809 callee_start_block->merge(callee_state);
3811 _last = _block = callee_start_block;
3813 scope_data()->add_to_work_list(callee_start_block);
3821 iterate_all_blocks(callee_start_block == NULL);

Completed in 41 milliseconds