Searched defs:fallthru_bb (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ubsan.c | 707 basic_block then_bb, fallthru_bb; in ubsan_expand_bounds_ifn() local 801 basic_block fallthru_bb = e->dest; in ubsan_expand_null_ifn() local 955 basic_block then_bb, fallthru_bb; in ubsan_expand_objsize_ifn() local 1070 basic_block fallthru_bb = e->dest; in ubsan_expand_ptr_ifn() local 1224 basic_block fallthru_bb = NULL; in ubsan_expand_vptr_ifn() local 1730 basic_block then_bb, fallthru_bb; in instrument_bool_enum_load() local 1961 basic_block then_bb, fallthru_bb; in instrument_nonnull_arg() local 2017 basic_block then_bb, fallthru_bb; in instrument_nonnull_return() local 2266 basic_block then_bb, fallthru_bb; in instrument_builtin() local
|
H A D | asan.c | 2013 basic_block fallthru_bb = e->dest; in create_cond_insert_point() local
|
H A D | cfgexpand.c | 3368 basic_block fallthru_bb = NULL; in expand_asm_stmt() local
|
H A D | sel-sched.c | 2155 basic_block fallthru_bb; in moveup_expr() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ubsan.cc | 711 basic_block then_bb, fallthru_bb; in ubsan_expand_bounds_ifn() local 812 basic_block fallthru_bb = e->dest; in ubsan_expand_null_ifn() local 966 basic_block then_bb, fallthru_bb; in ubsan_expand_objsize_ifn() local 1081 basic_block fallthru_bb = e->dest; in ubsan_expand_ptr_ifn() local 1235 basic_block fallthru_bb = NULL; in ubsan_expand_vptr_ifn() local 1752 basic_block then_bb, fallthru_bb; in instrument_bool_enum_load() local 1991 basic_block then_bb, fallthru_bb; in instrument_nonnull_arg() local 2047 basic_block then_bb, fallthru_bb; in instrument_nonnull_return() local 2295 basic_block then_bb, fallthru_bb; in instrument_builtin() local
|
H A D | asan.cc | 2426 basic_block fallthru_bb = e->dest; in create_cond_insert_point() local
|
H A D | cfgexpand.cc | 3527 basic_block fallthru_bb = NULL; in expand_asm_stmt() local
|
H A D | sel-sched.cc | 2155 basic_block fallthru_bb; in moveup_expr() local
|