Searched refs:begin_bc_block (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-gimplify.cc | 140 begin_bc_block (enum bc_t bc, location_t location) in begin_bc_block() function 243 blab = begin_bc_block (bc_break, start_locus); in genericize_c_loop() 244 clab = begin_bc_block (bc_continue, start_locus); in genericize_c_loop() 402 break_block = begin_bc_block (bc_break, stmt_locus); in genericize_switch_stmt() 450 tree clab = begin_bc_block (bc_continue, locus); in genericize_omp_for_stmt()
|
| H A D | ChangeLog | 2009 (enum bc_t, bc_label, begin_bc_block, finish_bc_block): Move from
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-gimplify.c | 75 begin_bc_block (enum bc_t bc, location_t location) in begin_bc_block() function 264 blab = begin_bc_block (bc_break, start_locus); in genericize_cp_loop() 265 clab = begin_bc_block (bc_continue, start_locus); in genericize_cp_loop() 403 break_block = begin_bc_block (bc_break, stmt_locus); in genericize_switch_stmt() 450 tree clab = begin_bc_block (bc_continue, locus); in genericize_omp_for_stmt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2012 | 2313 * cp-gimplify.c (begin_bc_block): Add location parameter and use as
|
| H A D | ChangeLog-2019 | 5354 * cp-gimplify.c (genericize_cp_loop): Call begin_bc_block only 5359 before the begin_bc_block call.
|
| H A D | ChangeLog-2006 | 2536 (begin_bc_block, finish_bc_block): Use it.
|
| H A D | ChangeLog-2005 | 2487 (begin_bc_block, finish_bc_block): New static functions.
|
| H A D | ChangeLog-2014 | 488 * cp-gimplify.c (begin_bc_block): Set them.
|
| H A D | ChangeLog-2020 | 2322 (begin_bc_block, finish_bc_block, get_bc_label): Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2005 | 24787 (begin_bc_block, finish_bc_block): Remove static functions.
|