Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c128 unsigned b_nofallthrough : 1; member
866 assert(block->b_nofallthrough); in compiler_copy_block()
879 result->b_nofallthrough = 1; in compiler_copy_block()
6550 assert(b->b_nofallthrough == 0); in stackdepth()
7333 bb->b_nofallthrough = 1; in optimize_basic_block()
7588 bb->b_nofallthrough = 1; in normalize_basic_block()
7592 bb->b_nofallthrough = 1; in normalize_basic_block()
7624 if (b->b_next && !b->b_nofallthrough) { in mark_reachable()
7749 b->b_nofallthrough = 0; in optimize_cfg()
7759 pred = b->b_nofallthrough ? NULL : b; in optimize_cfg()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c154 unsigned b_nofallthrough : 1; member
891 assert(block->b_nofallthrough); in compiler_copy_block()
904 result->b_nofallthrough = 1; in compiler_copy_block()
6693 assert(b->b_nofallthrough == 0); in stackdepth()
6893 if (b->b_nofallthrough == 0) { in label_exception_targets()
8135 bb->b_nofallthrough = 1; in optimize_basic_block()
8404 bb->b_nofallthrough = 1; in normalize_basic_block()
8408 bb->b_nofallthrough = 1; in normalize_basic_block()
8440 if (b->b_next && !b->b_nofallthrough) { in mark_reachable()
8573 b->b_nofallthrough = 0; in optimize_cfg()
[all …]