Home
last modified time | relevance | path

Searched refs:if_cleanup (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c4584 basicblock *start, *anchor, *skip, *if_cleanup; in compiler_sync_comprehension_generator() local
4589 if_cleanup = compiler_new_block(c); in compiler_sync_comprehension_generator()
4592 if (start == NULL || skip == NULL || if_cleanup == NULL || in compiler_sync_comprehension_generator()
4643 if (!compiler_jump_if(c, e, if_cleanup, 0)) in compiler_sync_comprehension_generator()
4684 compiler_use_next_block(c, if_cleanup); in compiler_sync_comprehension_generator()
4700 basicblock *start, *if_cleanup, *except; in compiler_async_comprehension_generator() local
4704 if_cleanup = compiler_new_block(c); in compiler_async_comprehension_generator()
4706 if (start == NULL || if_cleanup == NULL || except == NULL) { in compiler_async_comprehension_generator()
4740 if (!compiler_jump_if(c, e, if_cleanup, 0)) in compiler_async_comprehension_generator()
4780 compiler_use_next_block(c, if_cleanup); in compiler_async_comprehension_generator()