Home
last modified time | relevance | path

Searched refs:remap_blocks_to_null (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c878 remap_blocks_to_null (tree block, copy_body_data *id) in remap_blocks_to_null() function
883 remap_blocks_to_null (t, id); in remap_blocks_to_null()
4994 remap_blocks_to_null (DECL_INITIAL (fn), id); in expand_call_inline()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc855 remap_blocks_to_null (tree block, copy_body_data *id) in remap_blocks_to_null() function
860 remap_blocks_to_null (t, id); in remap_blocks_to_null()
5058 remap_blocks_to_null (DECL_INITIAL (fn), id); in expand_call_inline()
H A DChangeLog-201336940 * tree-inline.c (remap_blocks_to_null): New function.