Searched refs:cleanup_end (Results 1 – 1 of 1) sorted by relevance
3202 basicblock *cleanup_end, *cleanup_body; in compiler_try_except() local3204 cleanup_end = compiler_new_block(c); in compiler_try_except()3206 if (cleanup_end == NULL || cleanup_body == NULL) { in compiler_try_except()3225 ADDOP_JUMP(c, SETUP_FINALLY, cleanup_end); in compiler_try_except()3243 compiler_use_next_block(c, cleanup_end); in compiler_try_except()