Searched refs:remap_blocks (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 857 remap_blocks (tree block, copy_body_data *id) in remap_blocks() function 868 prepend_lexical_block (new_tree, remap_blocks (t, id)); in remap_blocks() 4973 remap_blocks (DECL_INITIAL (fn), id)); in expand_call_inline() 6353 DECL_INITIAL (new_decl) = remap_blocks (DECL_INITIAL (id.src_fn), &id); in tree_function_versioning()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 834 remap_blocks (tree block, copy_body_data *id) in remap_blocks() function 845 prepend_lexical_block (new_tree, remap_blocks (t, id)); in remap_blocks() 5037 remap_blocks (DECL_INITIAL (fn), id)); in expand_call_inline() 6313 DECL_INITIAL (new_decl) = remap_blocks (DECL_INITIAL (id.src_fn), &id); in tree_function_versioning()
|
H A D | ChangeLog-2008 | 6069 (remap_blocks): Use it and reverse later. 11597 * tree-inline.c (remap_ssa_name, remap_type_1, remap_blocks,
|
H A D | ChangeLog-2005 | 13499 (remap_blocks): New function.
|