Home
last modified time | relevance | path

Searched refs:remap_blocks (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c857 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 Dtree-inline.cc834 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 DChangeLog-20086069 (remap_blocks): Use it and reverse later.
11597 * tree-inline.c (remap_ssa_name, remap_type_1, remap_blocks,
H A DChangeLog-200513499 (remap_blocks): New function.