Searched refs:return_block (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_form.c | 296 dwarf_formblock(Dwarf_Attribute at, Dwarf_Block **return_block, in dwarf_formblock() argument 304 if (at == NULL || return_block == NULL) { in dwarf_formblock() 314 *return_block = &at->at_block; in dwarf_formblock()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-inline.c | 4712 basic_block return_block; in expand_call_inline() local 4870 return_block = e->dest; in expand_call_inline() 4876 gsi = gsi_start_bb (return_block); in expand_call_inline() 4880 stmt_gsi = gsi_start_bb (return_block); in expand_call_inline() 5096 copy_body (id, bb, return_block, NULL); in expand_call_inline() 5235 bitmap_set_bit (to_purge, return_block->index); in expand_call_inline()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-inline.cc | 4771 basic_block return_block; in expand_call_inline() local 4932 return_block = e->dest; in expand_call_inline() 4938 gsi = gsi_start_bb (return_block); in expand_call_inline() 4942 stmt_gsi = gsi_start_bb (return_block); in expand_call_inline() 5128 copy_body (id, bb, return_block, NULL); in expand_call_inline() 5272 bitmap_set_bit (to_purge, return_block->index); in expand_call_inline()
|
| H A D | ChangeLog.tree-ssa | 1031 * tree-tailcall.c (struct tailcall): Remove return_block and return_bsi
|