/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 141 insert_decl_map (copy_body_data *id, tree key, tree value) in insert_decl_map() function 239 insert_decl_map (id, val, vexpr); in remap_ssa_name() 261 insert_decl_map (id, name, new_tree); in remap_ssa_name() 299 insert_decl_map (id, name, new_tree); in remap_ssa_name() 352 insert_decl_map (id, name, new_tree); in remap_ssa_name() 394 insert_decl_map (id, decl, t); in remap_decl() 455 insert_decl_map (id, type, new_tree); in remap_type_1() 467 insert_decl_map (id, type, new_tree); in remap_type_1() 473 insert_decl_map (id, type, new_tree); in remap_type_1() 731 insert_decl_map (id, type, type); in remap_type() [all …]
|
H A D | tree-inline.h | 234 extern void insert_decl_map (copy_body_data *, tree, tree);
|
H A D | ipa-param-manipulation.c | 1056 insert_decl_map (m_id, dummy_decl, dummy_decl); in common_initialization() 1102 insert_decl_map (m_id, m_oparms[i], var); in common_initialization()
|
H A D | omp-low.c | 849 insert_decl_map (&ctx->cb, var, new_var); in install_var_local() 905 insert_decl_map (&ctx->cb, var, new_var); in omp_copy_decl() 1136 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses() 1956 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 1969 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 2007 insert_decl_map (&outer_ctx->cb, temp, temp); in scan_omp_parallel() 3844 insert_decl_map (&ctx->cb, var, var); in scan_omp_1_stmt() 10628 insert_decl_map (&ctx->outer->cb, temp, temp); in lower_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 146 insert_decl_map (copy_body_data *id, tree key, tree value) in insert_decl_map() function 219 insert_decl_map (id, val, vexpr); in remap_ssa_name() 241 insert_decl_map (id, name, new_tree); in remap_ssa_name() 279 insert_decl_map (id, name, new_tree); in remap_ssa_name() 332 insert_decl_map (id, name, new_tree); in remap_ssa_name() 374 insert_decl_map (id, decl, t); in remap_decl() 435 insert_decl_map (id, type, new_tree); in remap_type_1() 447 insert_decl_map (id, type, new_tree); in remap_type_1() 453 insert_decl_map (id, type, new_tree); in remap_type_1() 711 insert_decl_map (id, type, type); in remap_type() [all …]
|
H A D | tree-inline.h | 231 extern void insert_decl_map (copy_body_data *, tree, tree);
|
H A D | ipa-param-manipulation.cc | 1140 insert_decl_map (m_id, t, error_mark_node); in mark_dead_statements() 1485 insert_decl_map (m_id, m_oparms[i], var); in common_initialization()
|
H A D | omp-low.cc | 888 insert_decl_map (&ctx->cb, var, new_var); in install_var_local() 944 insert_decl_map (&ctx->cb, var, new_var); in omp_copy_decl() 1195 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses() 2199 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 2217 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 2228 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 2241 insert_decl_map (&outer_ctx->cb, temp, temp); in add_taskreg_looptemp_clauses() 2279 insert_decl_map (&outer_ctx->cb, temp, temp); in scan_omp_parallel() 4296 insert_decl_map (&ctx->cb, var, var); in scan_omp_1_stmt() 11726 insert_decl_map (&ctx->outer->cb, temp, temp); in lower_omp_for()
|
H A D | ChangeLog-2006 | 22604 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare. 22607 (insert_decl_map): Export.
|
H A D | ChangeLog.tree-ssa | 5143 * tree-inline.c (insert_decl_map): New.
|
H A D | ChangeLog-2004 | 36806 (insert_decl_map): New function. 41111 * tree-inline.c (insert_decl_map): New.
|
H A D | ChangeLog-2007 | 24329 * tree-inline.c (insert_decl_map): Replace splay-tree usage by
|