| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | optimize.cc | 100 id.decl_map = static_cast<hash_map<tree, tree> *> (arg_map); in clone_body() 556 hash_map<tree, tree> *decl_map; in maybe_clone_body() local 616 decl_map = new hash_map<tree, tree>; in maybe_clone_body() 629 decl_map->put (parm, in_charge); in maybe_clone_body() 640 decl_map->put (parm, clone_parm); in maybe_clone_body() 648 decl_map->put (parm, t); in maybe_clone_body() 669 decl_map->put (parm, replacement); in maybe_clone_body() 677 decl_map->put (parm, clone_parm); in maybe_clone_body() 681 clone_body (clone, fn, decl_map); in maybe_clone_body() 684 delete decl_map; in maybe_clone_body()
|
| H A D | semantics.cc | 6192 hash_map<tree, tree> decl_map; in clone_omp_udr() local 6194 decl_map.put (omp_decl1, placeholder); in clone_omp_udr() 6195 decl_map.put (omp_decl2, decl); in clone_omp_udr() 6200 id.decl_map = &decl_map; in clone_omp_udr()
|
| H A D | ChangeLog-2001 | 825 (maybe_clone_body): ... here. Build decl_map locally and pass
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | optimize.c | 100 id.decl_map = static_cast<hash_map<tree, tree> *> (arg_map); in clone_body() 556 hash_map<tree, tree> *decl_map; in maybe_clone_body() local 616 decl_map = new hash_map<tree, tree>; in maybe_clone_body() 629 decl_map->put (parm, in_charge); in maybe_clone_body() 640 decl_map->put (parm, clone_parm); in maybe_clone_body() 648 decl_map->put (parm, t); in maybe_clone_body() 669 decl_map->put (parm, replacement); in maybe_clone_body() 677 decl_map->put (parm, clone_parm); in maybe_clone_body() 681 clone_body (clone, fn, decl_map); in maybe_clone_body() 684 delete decl_map; in maybe_clone_body() local
|
| H A D | semantics.c | 5764 hash_map<tree, tree> decl_map; in clone_omp_udr() local 5766 decl_map.put (omp_decl1, placeholder); in clone_omp_udr() 5767 decl_map.put (omp_decl2, decl); in clone_omp_udr() 5772 id.decl_map = &decl_map; in clone_omp_udr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-inline.c | 143 id->decl_map->put (key, value); in insert_decl_map() 148 id->decl_map->put (value, value); in insert_decl_map() 191 n = id->decl_map->get (name); in remap_ssa_name() 221 n = id->decl_map->get (val); in remap_ssa_name() 230 n = id->decl_map->get (val); in remap_ssa_name() 367 n = id->decl_map->get (decl); in remap_decl() 721 node = id->decl_map->get (type); in remap_type() 893 tree *n = id->decl_map->get (LOCATION_BLOCK (locus)); in remap_location() 1097 tree *n = id->decl_map->get (*tp); in remap_gimple_op_r() 1198 n = id->decl_map->get (TREE_BLOCK (*tp)); in remap_gimple_op_r() [all …]
|
| H A D | tree-inline.h | 68 hash_map<tree, tree> *decl_map; member
|
| H A D | omp-low.c | 367 tree *n = ctx->cb.decl_map->get (var); in lookup_decl() 374 tree *n = ctx->cb.decl_map->get (const_cast<tree> (var)); in maybe_lookup_decl() 959 ctx->cb.decl_map = new hash_map<tree, tree>; in new_omp_context() 1010 delete ctx->cb.decl_map; in delete_omp_context() 4225 ctx->cb.decl_map->put (avar, iavar); 4245 ctx->cb.decl_map->put (iavar, savar); 5749 ctx->cb.decl_map->put (TREE_OPERAND (rvar2 in lower_rec_input_clauses() 5885 ctx->cb.decl_map->put (new_vard, nv); in lower_rec_input_clauses() 5909 ctx->cb.decl_map->put (nv, nv2); in lower_rec_input_clauses() 5927 ctx->cb.decl_map->put (new_vard, nv2); in lower_rec_input_clauses() [all …]
|
| H A D | tree-nested.c | 3096 id.cb.decl_map = new hash_map<tree, tree>; in remap_vla_decls() 3156 delete id.cb.decl_map; in remap_vla_decls() 3430 id.cb.decl_map = new hash_map<tree, tree>; in finalize_nesting_tree_1() 3465 delete id.cb.decl_map; in finalize_nesting_tree_1()
|
| H A D | ipa-param-manipulation.c | 1097 if (!m_id->decl_map->get (m_oparms[i])) in common_initialization()
|
| H A D | gimplify.c | 12524 hash_map<tree, tree> decl_map; in gimplify_omp_loop() local 12525 decl_map.put (OMP_CLAUSE_DECL (c), OMP_CLAUSE_DECL (c)); in gimplify_omp_loop() 12526 decl_map.put (OMP_CLAUSE_REDUCTION_PLACEHOLDER (c), in gimplify_omp_loop() 12529 decl_map.put (OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER (c), in gimplify_omp_loop() 12537 id.decl_map = &decl_map; in gimplify_omp_loop() 12554 DECL_CONTEXT (*decl_map.get (d)) = NULL_TREE; in gimplify_omp_loop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-inline.cc | 148 id->decl_map->put (key, value); in insert_decl_map() 153 id->decl_map->put (value, value); in insert_decl_map() 172 n = id->decl_map->get (name); in remap_ssa_name() 201 n = id->decl_map->get (val); in remap_ssa_name() 210 n = id->decl_map->get (val); in remap_ssa_name() 347 n = id->decl_map->get (decl); in remap_decl() 701 node = id->decl_map->get (type); in remap_type() 870 tree *n = id->decl_map->get (LOCATION_BLOCK (locus)); in remap_location() 1074 tree *n = id->decl_map->get (*tp); in remap_gimple_op_r() 1175 n = id->decl_map->get (TREE_BLOCK (*tp)); in remap_gimple_op_r() [all …]
|
| H A D | tree-inline.h | 68 hash_map<tree, tree> *decl_map; member
|
| H A D | omp-low.cc | 412 tree *n = ctx->cb.decl_map->get (var); in lookup_decl() 419 tree *n = ctx->cb.decl_map->get (const_cast<tree> (var)); in maybe_lookup_decl() 998 ctx->cb.decl_map = new hash_map<tree, tree>; in new_omp_context() 1049 delete ctx->cb.decl_map; in delete_omp_context() 4704 ctx->cb.decl_map->put (avar, iavar); in lower_rec_simd_input_clauses() 4724 ctx->cb.decl_map->put (iavar, savar); in lower_rec_simd_input_clauses() 6417 ctx->cb.decl_map->put (TREE_OPERAND (rvar2 in lower_rec_input_clauses() 6553 ctx->cb.decl_map->put (new_vard, nv); in lower_rec_input_clauses() 6577 ctx->cb.decl_map->put (nv, nv2); in lower_rec_input_clauses() 6595 ctx->cb.decl_map->put (new_vard, nv2); in lower_rec_input_clauses() [all …]
|
| H A D | tree-nested.cc | 3255 id.cb.decl_map = new hash_map<tree, tree>; in remap_vla_decls() 3315 delete id.cb.decl_map; in remap_vla_decls() 3589 id.cb.decl_map = new hash_map<tree, tree>; in finalize_nesting_tree_1() 3624 delete id.cb.decl_map; in finalize_nesting_tree_1()
|
| H A D | gimplify.cc | 13803 hash_map<tree, tree> decl_map; in gimplify_omp_loop() local 13804 decl_map.put (OMP_CLAUSE_DECL (c), OMP_CLAUSE_DECL (c)); in gimplify_omp_loop() 13805 decl_map.put (OMP_CLAUSE_REDUCTION_PLACEHOLDER (c), in gimplify_omp_loop() 13808 decl_map.put (OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER (c), in gimplify_omp_loop() 13816 id.decl_map = &decl_map; in gimplify_omp_loop() 13830 DECL_CONTEXT (*decl_map.get (d)) = NULL_TREE; in gimplify_omp_loop()
|
| H A D | ipa-param-manipulation.cc | 1483 gcc_assert (!m_id->decl_map->get (m_oparms[i])); in common_initialization()
|
| H A D | ChangeLog.tree-ssa | 17081 (decl_map): Remove.
|
| H A D | ChangeLog-2010 | 40218 decl_map, set processing_debug_stmt to -1 and return name without
|
| H A D | ChangeLog-2014 | 34287 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13645 hash_map<tree, tree> decl_map; in c_clone_omp_udr() local 13647 decl_map.put (omp_decl1, placeholder); in c_clone_omp_udr() 13648 decl_map.put (omp_decl2, decl); in c_clone_omp_udr() 13653 id.decl_map = &decl_map; in c_clone_omp_udr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 13879 hash_map<tree, tree> decl_map; in c_clone_omp_udr() local 13881 decl_map.put (omp_decl1, placeholder); in c_clone_omp_udr() 13882 decl_map.put (omp_decl2, decl); in c_clone_omp_udr() 13887 id.decl_map = &decl_map; in c_clone_omp_udr()
|