Searched refs:cleanup_end (Results 1 – 1 of 1) sorted by relevance
2669 basicblock *cleanup_end, *cleanup_body; in compiler_try_except() local2671 cleanup_end = compiler_new_block(c); in compiler_try_except()2673 if (cleanup_end == NULL || cleanup_body == NULL) { in compiler_try_except()2692 ADDOP_JREL(c, SETUP_FINALLY, cleanup_end); in compiler_try_except()2704 compiler_use_next_block(c, cleanup_end); in compiler_try_except()2705 if (!compiler_push_fblock(c, FINALLY_END, cleanup_end)) in compiler_try_except()2717 compiler_pop_fblock(c, FINALLY_END, cleanup_end); in compiler_try_except()