/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | internals.h | 85 auto_vec<access_info *> last_access; 110 auto_vec<bb_phi_info> bb_phis; 114 auto_vec<set_info *> bb_mem_live_out; 120 auto_vec<int> bb_to_rpo; 133 auto_vec<def_info *> def_stack; 137 auto_vec<unsigned int> old_def_stack_limit;
|
H A D | functions.h | 304 auto_vec<def_info *> m_defs; 307 auto_vec<bb_info *> m_bbs; 337 auto_vec<access_info *> m_temp_defs; 338 auto_vec<access_info *> m_temp_uses; 347 auto_vec<insn_info *> m_queued_insn_updates;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.h | 92 const auto_vec<type *> *param_types, 105 const auto_vec<param *> *params, 129 const auto_vec<field*> *fields, 130 const auto_vec<rvalue*> *rvalues); 148 const auto_vec<rvalue *> &elements); 170 const auto_vec<rvalue *> *args, 176 const auto_vec<rvalue *> *args, 282 const auto_vec<rvalue *> *args, 367 auto_vec<function *> m_functions; 368 auto_vec<tree> m_globals; [all …]
|
H A D | jit-recording.h | 352 auto_vec <char *> m_command_line_options; 353 auto_vec <char *> m_driver_options; 356 auto_vec<requested_dump> m_requested_dumps; 359 auto_vec<memento *> m_mementos; 362 auto_vec<compound_type *> m_compound_types; 363 auto_vec<global *> m_globals; 364 auto_vec<function *> m_functions; 365 auto_vec<top_level_asm *> m_top_level_asms; 889 auto_vec<type *> m_param_types; 1042 auto_vec<field *> m_fields; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec.c | 290 auto_vec <int> v; in test_quick_push() 309 auto_vec <int> v; in test_safe_push() 325 auto_vec <int> v; in test_truncate() 339 auto_vec <int> v; in test_safe_grow_cleared() 352 auto_vec <int> v; in test_pop() 366 auto_vec <int> v; in test_safe_insert() 380 auto_vec <int> v; in test_ordered_remove() 393 auto_vec <int> v; in test_ordered_remove_if() 438 auto_vec <int> v; in test_unordered_remove() 449 auto_vec <int> v; in test_block_remove() [all …]
|
H A D | ipa-param-manipulation.h | 368 auto_vec<tree, 16> m_reset_debug_decls; 397 auto_vec<tree, 16> m_oparms; 402 auto_vec<tree, 16> m_new_decls; 407 auto_vec<tree, 16> m_new_types; 413 auto_vec<ipa_param_body_replacement, 16> m_replacements; 420 auto_vec<tree> m_removed_decls;
|
H A D | ordered-hash-map-tests.cc | 46 auto_vec<std::pair<Key, Value> > *out_kvs) in get_kv_pairs() 91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() 148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() 179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() 190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() 200 auto_vec<std::pair<const char *, int> > kvs; in test_removal()
|
H A D | ipa-inline-analysis.c | 187 auto_vec<tree, 32> known_vals; in do_estimate_edge_time() 188 auto_vec<ipa_polymorphic_call_context, 32> known_contexts; in do_estimate_edge_time() 189 auto_vec<ipa_agg_value_set, 32> known_aggs; in do_estimate_edge_time() 310 auto_vec<tree, 32> known_vals; in do_estimate_edge_size() 311 auto_vec<ipa_polymorphic_call_context, 32> known_contexts; in do_estimate_edge_size() 312 auto_vec<ipa_agg_value_set, 32> known_aggs; in do_estimate_edge_size() 349 auto_vec<tree, 32> known_vals; in do_estimate_edge_hints() 350 auto_vec<ipa_polymorphic_call_context, 32> known_contexts; in do_estimate_edge_hints() 351 auto_vec<ipa_agg_value_set, 32> known_aggs; in do_estimate_edge_hints()
|
H A D | typed-splay-tree.c | 35 auto_vec <int> *vec = (auto_vec <int> *)user_data; in append_cb() 64 auto_vec <int> v; in test_str_to_int()
|
H A D | sanopt.c | 218 hash_map<tree, auto_vec<gimple *> > null_check_map; 222 hash_map<tree_operand_hash, auto_vec<gimple *> > asan_check_map; 227 hash_map<sanopt_tree_triplet_hash, auto_vec<gimple *> > vptr_check_map; 231 hash_map<sanopt_tree_couple_hash, auto_vec<gimple *> > ptr_check_map; 343 maybe_get_dominating_check (auto_vec<gimple *> &v) in maybe_get_dominating_check() 368 auto_vec<gimple *> &v = ctx->null_check_map.get_or_insert (ptr); in maybe_optimize_ubsan_null_ifn() 423 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple); in has_dominating_ubsan_ptr_check() 457 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple); in record_ubsan_ptr_check_stmt() 608 auto_vec<gimple *> &v = ctx->vptr_check_map.get_or_insert (triplet); in maybe_optimize_ubsan_vptr_ifn() 625 can_remove_asan_check (auto_vec<gimple *> &v, tree len, basic_block bb) in can_remove_asan_check() [all …]
|
H A D | shortest-paths.h | 49 auto_vec<int> m_dist; 53 auto_vec<const edge_t *> m_prev; 72 auto_vec<int> queue (graph.m_nodes.length ()); in shortest_paths()
|
H A D | tree-vectorizer.h | 293 auto_vec<loop_p> loop_nest; 328 auto_vec<slp_instance> slp_instances; 336 auto_vec<stmt_vec_info> grouped_stores; 470 typedef auto_vec<rgroup_masks> vec_loop_masks; 472 typedef auto_vec<std::pair<data_reference*, tree> > drs_init_vec; 561 auto_vec<ddr_p> may_alias_ddrs; 565 auto_vec<dr_with_seg_len_pair_t> comp_alias_ddrs; 568 auto_vec<vec_object_pair> check_unequal_addrs; 573 auto_vec<tree> check_nonzero; 576 auto_vec<vec_lower_bound> lower_bounds; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec.cc | 316 auto_vec <int> v; in test_quick_push() 335 auto_vec <int> v; in test_safe_push() 351 auto_vec <int> v; in test_truncate() 365 auto_vec <int> v; in test_safe_grow_cleared() 378 auto_vec <int> v; in test_pop() 392 auto_vec <int> v; in test_safe_insert() 406 auto_vec <int> v; in test_ordered_remove() 419 auto_vec <int> v; in test_ordered_remove_if() 464 auto_vec <int> v; in test_unordered_remove() 475 auto_vec <int> v; in test_block_remove() [all …]
|
H A D | ipa-param-manipulation.h | 352 auto_vec<tree, 16> m_reset_debug_decls; 395 auto_vec<tree, 16> m_oparms; 400 auto_vec<tree, 16> m_new_decls; 405 auto_vec<tree, 16> m_new_types; 411 auto_vec<ipa_param_body_replacement, 16> m_replacements; 418 auto_vec<tree> m_removed_decls;
|
H A D | dominance.h | 49 extern auto_vec<basic_block> get_dominated_by (enum cdi_direction, basic_block); 50 extern auto_vec<basic_block> get_dominated_by_region (enum cdi_direction, 53 extern auto_vec<basic_block> get_dominated_to_depth (enum cdi_direction, 55 extern auto_vec<basic_block> get_all_dominated_blocks (enum cdi_direction,
|
H A D | ordered-hash-map-tests.cc | 46 auto_vec<std::pair<Key, Value> > *out_kvs) in get_kv_pairs() 91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() 148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() 179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() 190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() 200 auto_vec<std::pair<const char *, int> > kvs; in test_removal()
|
H A D | typed-splay-tree.cc | 35 auto_vec <int> *vec = (auto_vec <int> *)user_data; in append_cb() 64 auto_vec <int> v; in test_str_to_int()
|
H A D | vec.h | 1433 class auto_vec; 1455 vec (auto_vec<T, N> &) = delete; 1458 void operator= (auto_vec<T, N> &) = delete; 1548 class auto_vec : public vec<T, va_heap> 1551 auto_vec () 1557 auto_vec (size_t s CXX_MEM_STAT_INFO) 1569 ~auto_vec () 1590 class auto_vec<T, 0> : public vec<T, va_heap> 1593 auto_vec () { this->m_vec = NULL; } 1594 auto_vec (size_t n CXX_MEM_STAT_INFO) { this->create (n PASS_MEM_STAT); } [all …]
|
H A D | sanopt.cc | 218 hash_map<tree, auto_vec<gimple *> > null_check_map; 222 hash_map<tree_operand_hash, auto_vec<gimple *> > asan_check_map; 227 hash_map<sanopt_tree_triplet_hash, auto_vec<gimple *> > vptr_check_map; 231 hash_map<sanopt_tree_couple_hash, auto_vec<gimple *> > ptr_check_map; 343 maybe_get_dominating_check (auto_vec<gimple *> &v) in maybe_get_dominating_check() 368 auto_vec<gimple *> &v = ctx->null_check_map.get_or_insert (ptr); in maybe_optimize_ubsan_null_ifn() 423 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple); in has_dominating_ubsan_ptr_check() 457 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple); in record_ubsan_ptr_check_stmt() 608 auto_vec<gimple *> &v = ctx->vptr_check_map.get_or_insert (triplet); in maybe_optimize_ubsan_vptr_ifn() 625 can_remove_asan_check (auto_vec<gimple *> &v, tree len, basic_block bb) in can_remove_asan_check() [all …]
|
H A D | ipa-param-manipulation.cc | 94 auto_vec<int> index_map; 97 auto_vec<pass_through_split_map> pass_through_map; 527 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() 530 auto_vec<tree, 16> otypes; in build_new_function_type() 639 auto_vec <tree, 4> worklist; in purge_all_uses() 713 auto_vec<tree, 16> vargs (len); in modify_call() 716 auto_vec<bool, 16> kept (old_nargs); in modify_call() 1130 auto_vec<tree, 4> stack; in mark_dead_statements() 1365 auto_vec<tree,16> otypes; in common_initialization() 1370 auto_vec<tree,16> oparms; in common_initialization() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.h | 91 const auto_vec<type *> *param_types, 104 const auto_vec<param *> *params, 125 const auto_vec<rvalue *> &elements); 147 const auto_vec<rvalue *> *args, 153 const auto_vec<rvalue *> *args, 252 const auto_vec<rvalue *> *args, 323 auto_vec<function *> m_functions; 324 auto_vec<tree> m_globals; 328 auto_vec<source_file *> m_source_files; 330 auto_vec<std::pair<tree, location *> > m_cached_locations; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-asm.cc | 140 auto_vec<tree> output_tvec; in on_asm_stmt() 141 auto_vec<tree> input_tvec; in on_asm_stmt() 142 auto_vec<const char *> constraints; in on_asm_stmt() 169 auto_vec<const region *> output_regions (noutputs); in on_asm_stmt() 212 auto_vec<const svalue *> input_svals (ninputs); in on_asm_stmt()
|
H A D | state-purge.h | 174 auto_vec<function_point> *worklist, 178 auto_vec<function_point> *worklist, 211 auto_vec<function_point> *worklist, 216 auto_vec<function_point> *worklist, 221 auto_vec<function_point> *worklist,
|
H A D | state-purge.cc | 321 auto_vec<function_point> worklist; in state_purge_per_ssa_name() 414 auto_vec<function_point> points; in state_purge_per_ssa_name() 460 auto_vec<function_point> *worklist, in add_to_worklist() 516 auto_vec<function_point> *worklist, in process_point() 727 auto_vec<function_point> worklist; in process_worklists() 751 auto_vec<function_point> worklist; in process_worklists() 781 auto_vec<function_point> *worklist, in add_to_worklist() 858 auto_vec<function_point> *worklist, in process_point_backwards() 997 auto_vec<function_point> *worklist, in process_point_forwards() 1090 auto_vec<function_point> points; in add_node_annotations() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | state-purge.cc | 120 auto_vec<function_point> worklist; in state_purge_per_ssa_name() 251 auto_vec<function_point> *worklist, in add_to_worklist() 287 auto_vec<function_point> *worklist, in process_point() 472 const auto_vec<tree> &v) in print_vec_of_names() 519 auto_vec<tree> needed; in add_stmt_annotations() 520 auto_vec<tree> not_needed; in add_stmt_annotations()
|