Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc140 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 DChangeLog2009 (enum bc_t, bc_label, begin_bc_block, finish_bc_block): Move from
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c75 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 DChangeLog-20122313 * cp-gimplify.c (begin_bc_block): Add location parameter and use as
H A DChangeLog-20195354 * cp-gimplify.c (genericize_cp_loop): Call begin_bc_block only
5359 before the begin_bc_block call.
H A DChangeLog-20062536 (begin_bc_block, finish_bc_block): Use it.
H A DChangeLog-20052487 (begin_bc_block, finish_bc_block): New static functions.
H A DChangeLog-2014488 * cp-gimplify.c (begin_bc_block): Set them.
H A DChangeLog-20202322 (begin_bc_block, finish_bc_block, get_bc_label): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200524787 (begin_bc_block, finish_bc_block): Remove static functions.