| /NextBSD/contrib/gcc/ |
| HD | vec.h | 432 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0)) 436 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) argument 444 #define VEC(T,A) VEC_##T##_##A macro 447 #define VEC(T,A) VEC_ T _ A macro 455 typedef struct VEC(T,B) \ 460 } VEC(T,B) 463 typedef struct VEC(T,B) GTY(()) \ 468 } VEC(T,B) 472 typedef struct VEC(T,A) GTY \ 474 VEC(T,B) base; \ [all …]
|
| HD | tree-data-ref.h | 53 VEC(tree,heap) *access_fns; 63 VEC(tree,heap) *access_fns; 230 VEC (subscript_p, heap) *subscripts; 233 VEC (loop_p, heap) *loop_nest; 236 VEC (lambda_vector, heap) *dir_vects; 239 VEC (lambda_vector, heap) *dist_vects; 273 VEC (data_reference_p, heap) **); 275 VEC (data_reference_p, heap) **, 276 VEC (ddr_p, heap) **); 278 extern void print_dir_vectors (FILE *, VEC (lambda_vector, heap) *, int); [all …]
|
| HD | tree-vn.c | 52 VEC (tree, gc) *vuses; 194 static VEC (tree, gc) * in VEC() function 199 VEC (tree, gc) *vuses = NULL; in VEC() 211 static VEC (tree, gc) *shared_lookup_vuses; in VEC() function 217 static VEC (tree, gc) * 252 vn_add_with_vuses (tree expr, tree val, VEC (tree, gc) *vuses) in vn_add_with_vuses() 291 vn_lookup_with_vuses (tree expr, VEC (tree, gc) *vuses) in vn_lookup_with_vuses() 330 print_creation_to_file (tree v, tree expr, VEC (tree, gc) *vuses) in print_creation_to_file() 365 VEC(tree,gc) *vuses; in vn_lookup_or_add() 387 sort_vuses (VEC (tree,gc) *vuses) in sort_vuses() [all …]
|
| HD | tree-loop-linear.c | 92 gather_interchange_stats (VEC (ddr_p, heap) *dependence_relations, in gather_interchange_stats() 93 VEC (data_reference_p, heap) *datarefs, in gather_interchange_stats() 170 VEC (ddr_p, heap) *dependence_relations, in try_interchange_loops() 171 VEC (data_reference_p, heap) *datarefs, in try_interchange_loops() 246 VEC(tree,heap) *oldivs = NULL; in linear_transform_loops() 247 VEC(tree,heap) *invariants = NULL; in linear_transform_loops() 252 VEC (ddr_p, heap) *dependence_relations; in linear_transform_loops() 253 VEC (data_reference_p, heap) *datarefs; in linear_transform_loops()
|
| HD | tree-flow.h | 194 VEC(tree, gc) *may_aliases; 329 extern GTY(()) VEC(tree,gc) *modified_noreturn_calls; 351 static inline VEC(tree, gc) *may_aliases (tree); 416 #define FOR_EACH_REFERENCED_VAR_SAFE(VAR, VEC, ITER) \ argument 417 for ((ITER).i = 0, fill_referenced_var_vec (&(VEC)); \ 418 VEC_iterate (tree, (VEC), (ITER).i, (VAR)); \ 433 extern GTY(()) VEC(tree,gc) *ssa_names; 708 extern void register_new_def (tree, VEC(tree,heap) **); 866 VEC(tree, heap) **, tree (*) (tree, tree)); 925 void sort_vuses (VEC (tree, gc) *); [all …]
|
| HD | genextract.c | 78 VEC(locstr,heap) *oplocs; 79 VEC(locstr,heap) *duplocs; 80 VEC(int,heap) *dupnums; 81 VEC(char,heap) *pathstr; 187 VEC_safe_set_locstr (VEC(locstr,heap) **vp, unsigned int ix, char *str) in VEC_safe_set_locstr() 205 VEC_char_to_string (VEC(char,heap) *v) in VEC_char_to_string()
|
| HD | lambda-code.c | 119 struct loop *, VEC(tree,heap) *, 120 VEC(tree,heap) *, VEC(int,heap) *, 121 VEC(tree,heap) *); 1115 VEC(tree,heap) *outerinductionvars, in gcc_tree_to_linear_expression() 1116 VEC(tree,heap) *invariants, int extra) in gcc_tree_to_linear_expression() 1211 VEC(tree,heap) ** invariants, in gcc_loop_to_lambda_loop() 1213 VEC(tree,heap) * outerinductionvars, in gcc_loop_to_lambda_loop() 1214 VEC(tree,heap) ** lboundvars, in gcc_loop_to_lambda_loop() 1215 VEC(tree,heap) ** uboundvars, in gcc_loop_to_lambda_loop() 1216 VEC(int,heap) ** steps) in gcc_loop_to_lambda_loop() [all …]
|
| HD | tree-ssa-reassoc.c | 365 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec() 413 VEC (operand_entry_t, heap) **ops, in eliminate_duplicate_pair() 491 VEC (operand_entry_t, heap) **ops, in eliminate_plus_minus_pair() 548 VEC (operand_entry_t, heap) **ops, in eliminate_not_pairs() 617 VEC(operand_entry_t, heap) **ops) in eliminate_using_constants() 736 VEC (operand_entry_t, heap) **ops) in optimize_ops_list() 840 VEC(operand_entry_t, heap) * ops) in rewrite_expr_tree() 1013 static VEC(tree, heap) *broken_up_subtracts; in VEC() function 1116 linearize_expr_tree (VEC(operand_entry_t, heap) **ops, tree stmt) in linearize_expr_tree() 1332 VEC(operand_entry_t, heap) *ops = NULL; in reassociate_bb() [all …]
|
| HD | domwalk.h | 101 VEC(void_p,heap) *block_data_stack; 111 VEC(void_p,heap) *free_block_data;
|
| HD | tree-ssa-alias.c | 157 init_transitive_clobber_worklist (VEC (tree, heap) **worklist, in init_transitive_clobber_worklist() 158 VEC (int, heap) **worklist2) in init_transitive_clobber_worklist() 178 add_to_worklist (tree alias, VEC (tree, heap) **worklist, in add_to_worklist() 179 VEC (int, heap) **worklist2, in add_to_worklist() 193 mark_aliases_call_clobbered (tree tag, VEC (tree, heap) **worklist, in mark_aliases_call_clobbered() 194 VEC (int, heap) **worklist2) in mark_aliases_call_clobbered() 197 VEC (tree, gc) *ma; in mark_aliases_call_clobbered() 227 VEC (tree, heap) *taglist = NULL; in compute_tag_properties() 266 VEC (tree, gc) *ma; in compute_tag_properties() 410 VEC (tree, heap) *worklist = NULL; in compute_call_clobbered() [all …]
|
| HD | tree-vectorizer.h | 125 VEC (data_reference_p, heap) *datarefs; 128 VEC (ddr_p, heap) *ddrs; 132 VEC(tree,heap) *may_misalign_stmts; 224 VEC(dr_p,heap) *same_align_refs;
|
| HD | tree-ssa-threadedge.c | 117 remove_temporary_equivalences (VEC(tree, heap) **stack) in remove_temporary_equivalences() 140 record_temporary_equivalence (tree x, tree y, VEC(tree, heap) **stack) in record_temporary_equivalence() 163 record_temporary_equivalences_from_phis (edge e, VEC(tree, heap) **stack) in record_temporary_equivalences_from_phis() 213 VEC(tree, heap) **stack, in record_temporary_equivalences_from_stmts_at_dest() 497 VEC(tree, heap) **stack, in thread_across_edge()
|
| HD | basic-block.h | 220 VEC(edge,gc) *preds; 221 VEC(edge,gc) *succs; 370 VEC(basic_block,gc) *x_basic_block_info; 383 VEC(basic_block,gc) *x_label_to_block_map; 659 VEC(edge,gc) **container; 662 static inline VEC(edge,gc) * in VEC() function 674 ei_start_1 (VEC(edge,gc) **ev) in ei_start_1() 687 ei_last_1 (VEC(edge,gc) **ev) in ei_last_1()
|
| HD | lambda.h | 201 VEC(tree,heap) **, 202 VEC(tree,heap) **); 204 VEC(tree,heap) *, VEC(tree,heap) *,
|
| HD | tree-vect-analyze.c | 58 static void vect_mark_relevant (VEC(tree,heap) **, tree, bool, bool); 683 VEC (ddr_p, heap) *ddrs = LOOP_VINFO_DDRS (loop_vinfo); in vect_analyze_data_ref_dependences() 816 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_compute_data_refs_alignment() 842 VEC(dr_p,heap) *same_align_drs; in vect_update_misalignment_for_peel() 886 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_verify_datarefs_alignment() 1060 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_enhance_data_refs_alignment() 1258 VEC(tree,heap) *may_misalign_stmts in vect_enhance_data_refs_alignment() 1350 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_analyze_data_ref_accesses() 1387 VEC (data_reference_p, heap) *datarefs; in vect_analyze_data_refs() 1480 vect_mark_relevant (VEC(tree,heap) **worklist, tree stmt, in vect_mark_relevant() [all …]
|
| HD | tree-data-ref.c | 589 dump_data_references (FILE *file, VEC (data_reference_p, heap) *datarefs) in dump_data_references() 602 VEC (ddr_p, heap) *ddrs) in dump_data_dependence_relations() 722 print_dir_vectors (FILE *outf, VEC (lambda_vector, heap) *dir_vects, in print_dir_vectors() 735 print_dist_vectors (FILE *outf, VEC (lambda_vector, heap) *dist_vects, in print_dist_vectors() 854 dump_dist_dir_vectors (FILE *file, VEC (ddr_p, heap) *ddrs) in dump_dist_dir_vectors() 884 dump_ddrs (FILE *file, VEC (ddr_p, heap) *ddrs) in dump_ddrs() 963 VEC(tree,heap) **access_fns, in analyze_array_indexes() 1015 VEC(tree,heap) *acc_fns; in analyze_array() 1136 VEC(tree,heap) *acc_fns; in init_data_ref() 2190 VEC (loop_p, heap) *loop_nest) in initialize_data_dependence_relation() [all …]
|
| HD | tree-ssa-structalias.c | 281 static VEC(varinfo_t,heap) *varmap; in VEC() function 411 static void get_constraint_for (tree, VEC(ce_s, heap) **); 412 static void do_deref (VEC (ce_s, heap) **); 428 static VEC(constraint_t,heap) *constraints; 476 VEC(constraint_t,heap) **complex; 664 constraint_vec_find (VEC(constraint_t,heap) *vec, in constraint_vec_find() 685 constraint_set_union (VEC(constraint_t,heap) **to, in constraint_set_union() 686 VEC(constraint_t,heap) **from) in constraint_set_union() 784 VEC (constraint_t, heap) *complex = graph->complex[var]; in insert_into_complex() 969 graph->complex = XCNEWVEC (VEC(constraint_t, heap) *, in build_pred_graph() [all …]
|
| HD | tree-ssa-pre.c | 364 VEC (tree, gc) *vuses; 429 phi_trans_lookup (tree e, basic_block pred, VEC (tree, gc) *vuses) in phi_trans_lookup() 451 phi_trans_add (tree e, tree v, basic_block pred, VEC (tree, gc) *vuses) in phi_trans_add() 994 static VEC(tree, gc) * in VEC() function 995 translate_vuses_through_block (VEC (tree, gc) *vuses, basic_block block) in VEC() 998 VEC(tree, gc) *result = NULL; in VEC() 1080 VEC (tree, gc) *vuses = VALUE_HANDLE_VUSES (vh); in phi_translate() 1081 VEC (tree, gc) *tvuses; in phi_translate() 1182 VEC (tree, gc) * oldvuses = NULL; in phi_translate() 1183 VEC (tree, gc) * newvuses = NULL; in phi_translate() [all …]
|
| HD | sbitmap.h | 169 #define sbitmap_vector_free(VEC) free(VEC) argument
|
| HD | function.h | 291 VEC(temp_slot_p,gc) *x_used_temp_slots; 350 VEC(tree,gc) *ib_boundaries_block;
|
| HD | value-prof.h | 67 typedef VEC(histogram_value,heap) *histogram_values;
|
| HD | tree-ssa-structalias.h | 40 VEC(tree,heap) *processed_ptrs;
|
| HD | tree-ssa-propagate.c | 133 static VEC(basic_block,heap) *cfg_blocks; 145 static GTY(()) VEC(tree,gc) *interesting_ssa_edges; 161 static GTY(()) VEC(tree,gc) *varying_ssa_edges; 365 process_ssa_edge_worklist (VEC(tree,gc) **worklist) in process_ssa_edge_worklist()
|
| HD | cfglayout.c | 232 static VEC(int,heap) *block_locators_locs; 233 static GTY(()) VEC(tree,gc) *block_locators_blocks; 234 static VEC(int,heap) *line_locators_locs; 235 static VEC(int,heap) *line_locators_lines; 236 static VEC(int,heap) *file_locators_locs;
|
| /NextBSD/contrib/gcc/cp/ |
| HD | name-lookup.h | 194 VEC(tree,gc) *static_decls; 208 VEC(cp_class_binding,gc) *class_shadowed;
|