Home
last modified time | relevance | path

Searched refs:existed_p (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer.c142 bool existed_p; in streamer_tree_cache_insert_1() local
146 unsigned int &ix = cache->node_map->get_or_insert (t, &existed_p); in streamer_tree_cache_insert_1()
147 if (!existed_p) in streamer_tree_cache_insert_1()
172 return existed_p; in streamer_tree_cache_insert_1()
H A Dtree-streamer.cc142 bool existed_p; in streamer_tree_cache_insert_1() local
146 unsigned int &ix = cache->node_map->get_or_insert (t, &existed_p); in streamer_tree_cache_insert_1()
147 if (!existed_p) in streamer_tree_cache_insert_1()
172 return existed_p; in streamer_tree_cache_insert_1()
H A Dlto-section-out.c164 bool existed_p; in lto_output_decl_index() local
167 = encoder->tree_hash_table->get_or_insert (name, &existed_p); in lto_output_decl_index()
168 if (!existed_p) in lto_output_decl_index()
H A Dipa-icf-gimple.c126 bool existed_p; in compare_edge() local
128 edge &slot = m_edge_map.get_or_insert (e1, &existed_p); in compare_edge()
129 if (existed_p) in compare_edge()
157 bool existed_p; in compare_decl() local
158 const_tree &slot = m_decl_map.get_or_insert (t1, &existed_p); in compare_decl()
159 if (existed_p) in compare_decl()
H A Dipa-icf-gimple.cc131 bool existed_p; in compare_edge() local
133 edge &slot = m_edge_map.get_or_insert (e1, &existed_p); in compare_edge()
134 if (existed_p) in compare_edge()
175 bool existed_p; in compare_decl() local
176 const_tree &slot = m_decl_map.get_or_insert (t1, &existed_p); in compare_decl()
177 if (existed_p) in compare_decl()
H A Dtimevar.cc410 bool existed_p; in pop_internal() local
412 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); in pop_internal()
413 if (! existed_p) in pop_internal()
H A Dtimevar.c412 bool existed_p; in pop_internal() local
414 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); in pop_internal()
415 if (! existed_p) in pop_internal()
H A Dlto-streamer-out.cc293 bool existed_p; in lto_get_index() local
296 = encoder->tree_hash_table->get_or_insert (t, &existed_p); in lto_get_index()
297 if (!existed_p) in lto_get_index()
468 if (existed_p) in stream_write_tree_ref()
1792 bool existed_p; in lto_output_tree() local
1815 existed_p = streamer_tree_cache_lookup (ob->writer_cache, expr, &ix); in lto_output_tree()
1816 if (existed_p) in lto_output_tree()
1863 if (!existed_p) in lto_output_tree()
2769 bool existed_p = false; in lto_output() local
2770 int &ord = id_map.get_or_insert (snode->lto_file_data, &existed_p); in lto_output()
[all …]
H A Dlto-streamer-out.c1753 bool existed_p; in lto_output_tree() local
1767 existed_p = streamer_tree_cache_lookup (ob->writer_cache, expr, &ix); in lto_output_tree()
1768 if (existed_p) in lto_output_tree()
1806 existed_p = streamer_tree_cache_lookup (ob->writer_cache, expr, &ix); in lto_output_tree()
1810 if (!existed_p) in lto_output_tree()
2688 bool existed_p = false; in lto_output() local
2689 int &ord = id_map.get_or_insert (snode->lto_file_data, &existed_p); in lto_output()
2690 if (!existed_p) in lto_output()
H A Dgraphite-isl-ast-to-gimple.cc588 bool existed_p = ip.put (id, iv); in graphite_create_new_loop() local
589 if (existed_p) in graphite_create_new_loop()
1337 bool existed_p = ip.put (tmp_id, param); in add_parameters_to_ivs_params() local
1338 gcc_assert (!existed_p); in add_parameters_to_ivs_params()
H A Dtree-vect-slp.cc5076 bool existed_p; in vect_bb_partition_graph_r() local
5078 = stmt_to_instance.get_or_insert (stmt_info, &existed_p); in vect_bb_partition_graph_r()
5079 if (!existed_p) in vect_bb_partition_graph_r()
7544 bool existed_p; in vect_schedule_scc() local
7545 slp_scc_info *info = &scc_info.get_or_insert (node, &existed_p); in vect_schedule_scc()
7546 gcc_assert (!existed_p); in vect_schedule_scc()
H A Dipa-devirt.c4142 bool existed_p;
4144 = odr_enum_map->get_or_insert (xstrdup (name), &existed_p);
4147 if (!existed_p)
H A Dtree-vect-slp.c1724 bool existed_p; in slp_copy_subtree() local
1725 slp_tree &copy_ref = map.get_or_insert (node, &existed_p); in slp_copy_subtree()
1726 if (existed_p) in slp_copy_subtree()
H A Dipa-devirt.cc4166 bool existed_p; in ipa_odr_read_section() local
4168 = odr_enum_map->get_or_insert (xstrdup (name), &existed_p); in ipa_odr_read_section()
4171 if (!existed_p) in ipa_odr_read_section()
H A Dtree-ssa-loop-niter.c2015 bool existed_p; in expand_simple_operations() local
2016 tree &cee = cache.get_or_insert (e, &existed_p); in expand_simple_operations()
2017 if (existed_p) in expand_simple_operations()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer.c142 bool existed_p; in streamer_tree_cache_insert_1() local
146 unsigned int &ix = cache->node_map->get_or_insert (t, &existed_p); in streamer_tree_cache_insert_1()
147 if (!existed_p) in streamer_tree_cache_insert_1()
172 return existed_p; in streamer_tree_cache_insert_1()
H A Dlto-section-out.c164 bool existed_p; in lto_output_decl_index() local
167 = encoder->tree_hash_table->get_or_insert (name, &existed_p); in lto_output_decl_index()
168 if (!existed_p) in lto_output_decl_index()
H A Dipa-icf-gimple.c126 bool existed_p; in compare_edge() local
128 edge &slot = m_edge_map.get_or_insert (e1, &existed_p); in compare_edge()
129 if (existed_p) in compare_edge()
157 bool existed_p; in compare_decl() local
158 const_tree &slot = m_decl_map.get_or_insert (t1, &existed_p); in compare_decl()
159 if (existed_p) in compare_decl()
H A Dtimevar.c412 bool existed_p; in pop_internal() local
414 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); in pop_internal()
415 if (! existed_p) in pop_internal()
H A Dlto-streamer-out.c1753 bool existed_p; in lto_output_tree() local
1767 existed_p = streamer_tree_cache_lookup (ob->writer_cache, expr, &ix); in lto_output_tree()
1768 if (existed_p) in lto_output_tree()
1806 existed_p = streamer_tree_cache_lookup (ob->writer_cache, expr, &ix); in lto_output_tree()
1810 if (!existed_p) in lto_output_tree()
2688 bool existed_p = false; in lto_output() local
2689 int &ord = id_map.get_or_insert (snode->lto_file_data, &existed_p); in lto_output()
2690 if (!existed_p) in lto_output()
H A Dipa-devirt.c4142 bool existed_p;
4144 = odr_enum_map->get_or_insert (xstrdup (name), &existed_p);
4147 if (!existed_p)
H A Dtree-vect-slp.c1724 bool existed_p; in slp_copy_subtree() local
1725 slp_tree &copy_ref = map.get_or_insert (node, &existed_p); in slp_copy_subtree()
1726 if (existed_p) in slp_copy_subtree()
/netbsd/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.c479 bool existed_p = canonical_type_hash_cache->put (prevail, hash); in gimple_register_canonical_type_1() local
480 gcc_checking_assert (!existed_p); in gimple_register_canonical_type_1()
498 bool existed_p = canonical_type_hash_cache->put (t, hash); in gimple_register_canonical_type_1() local
499 gcc_assert (!existed_p); in gimple_register_canonical_type_1()
H A Dlto-common.cc480 bool existed_p = canonical_type_hash_cache->put (prevail, hash); in gimple_register_canonical_type_1() local
481 gcc_checking_assert (!existed_p); in gimple_register_canonical_type_1()
499 bool existed_p = canonical_type_hash_cache->put (t, hash); in gimple_register_canonical_type_1() local
500 gcc_assert (!existed_p); in gimple_register_canonical_type_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c479 bool existed_p = canonical_type_hash_cache->put (prevail, hash); in gimple_register_canonical_type_1() local
480 gcc_checking_assert (!existed_p); in gimple_register_canonical_type_1()
498 bool existed_p = canonical_type_hash_cache->put (t, hash); in gimple_register_canonical_type_1() local
499 gcc_assert (!existed_p); in gimple_register_canonical_type_1()

12