Home
last modified time | relevance | path

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

/third_party/python/Python/
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()
7349 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()
7694 if (!b->b_nofallthrough && b->b_next->b_predecessors == 1) { in propagate_line_numbers()
[all …]