Searched defs:data_reference_p (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-if-conv.c | 482 VEC (data_reference_p, heap) *drs) in memrefs_read_or_written_unconditionally() 554 VEC (data_reference_p, heap) *drs) in write_memrefs_written_at_least_once() 621 ifcvt_memrefs_wont_trap (gimple stmt, VEC (data_reference_p, heap) *refs) in ifcvt_memrefs_wont_trap() 632 ifcvt_could_trap_p (gimple stmt, VEC (data_reference_p, heap) *refs) in ifcvt_could_trap_p() 651 VEC (data_reference_p, heap) *refs) in if_convertible_gimple_assign_stmt_p() 719 if_convertible_stmt_p (gimple stmt, VEC (data_reference_p, heap) *refs) in if_convertible_stmt_p() 1036 VEC (data_reference_p, heap) **refs, in if_convertible_loop_p_1()
|
H A D | tree-data-ref.c | 144 dump_data_references (FILE *file, VEC (data_reference_p, heap) *datarefs) in dump_data_references() 156 debug_data_references (VEC (data_reference_p, heap) *datarefs) in debug_data_references() 4275 compute_all_dependences (VEC (data_reference_p, heap) *datarefs, in compute_all_dependences() 4398 VEC (data_reference_p, heap) **datarefs) in find_data_references_in_stmt() 4431 VEC (data_reference_p, heap) **datarefs) in graphite_find_data_references_in_stmt() 4462 VEC (data_reference_p, heap) **datarefs) in find_data_references_in_bb() 4492 VEC (data_reference_p, heap) **datarefs) in find_data_references_in_loop() 4567 VEC (data_reference_p, heap) **datarefs, in compute_data_dependences_for_loop() 4644 VEC (data_reference_p, heap) **datarefs, in compute_data_dependences_for_bb() 4776 free_data_refs (VEC (data_reference_p, heap) *datarefs) in free_data_refs() [all …]
|
H A D | graphite-sese-to-poly.c | 168 new_gimple_bb (basic_block bb, VEC (data_reference_p, heap) *drs) in new_gimple_bb() 183 free_data_refs_aux (VEC (data_reference_p, heap) *datarefs) in free_data_refs_aux() 1711 VEC (data_reference_p, heap) *drs) in write_alias_graph_to_ascii_dimacs() 1745 VEC (data_reference_p, heap) *drs) in write_alias_graph_to_ascii_dot() 1775 VEC (data_reference_p, heap) *drs) in write_alias_graph_to_ascii_ecc() 1811 build_alias_set_optimal_p (VEC (data_reference_p, heap) *drs) in build_alias_set_optimal_p() 1897 build_base_obj_set_for_drs (VEC (data_reference_p, heap) *drs) in build_base_obj_set_for_drs() 1950 dump_alias_graphs (VEC (data_reference_p, heap) *drs) in dump_alias_graphs()
|
H A D | tree-data-ref.h | 218 typedef struct data_reference *data_reference_p; typedef
|
H A D | tree-predcom.c | 698 VEC (data_reference_p, heap) *datarefs, in split_data_refs_to_components()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-data-ref.h | 198 typedef struct data_reference *data_reference_p; typedef
|