/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.h | 551 struct data_reference *create_data_ref (edge, loop_p, tree, gimple *, bool,
|
H A D | ChangeLog.ptr | 333 (create_data_ref): Convert the increment
|
H A D | tree-ssa-loop-prefetch.cc | 1662 dr = create_data_ref (loop_preheader_edge (nest), in determine_loop_nest_reuse()
|
H A D | tree-data-ref.cc | 1484 create_data_ref (edge nest, loop_p loop, tree memref, gimple *stmt, in create_data_ref() function 5947 dr = create_data_ref (nest ? loop_preheader_edge (nest) : NULL, in find_data_references_in_stmt() 5976 dr = create_data_ref (nest, loop, ref.ref, stmt, ref.is_read, in graphite_find_data_references_in_stmt()
|
H A D | ChangeLog.graphite | 81 (create_data_ref): Same. Update call to dr_analyze_indices. 82 (find_data_references_in_stmt): Update call to create_data_ref. 86 (create_data_ref): Same. 88 call to create_data_ref. 7444 (loop_affine_expr): Do not call create_data_ref when the 8979 create_data_ref, finalize_ddr_dependent,
|
H A D | tree-vect-data-refs.cc | 4334 = create_data_ref (NULL, loop_containing_stmt (stmt), DR_REF (dr), stmt, in vect_find_stmt_data_reference()
|
H A D | ChangeLog-2017 | 11809 (create_data_ref): Likewise. 11812 (create_data_ref): Likewise. 21392 (create_data_ref): Add an is_conditional_in_stmt argument. 21393 * tree-data-ref.c (create_data_ref): Likewise. Use it to initialize 21397 (find_data_references_in_stmt): Update call to create_data_ref. 25353 (create_data_ref): Print it. 25370 (create_data_ref): Likewise. 25381 (create_data_ref): Update call accordingly.
|
H A D | ChangeLog-2007 | 19334 * tree-data-ref.c (create_data_ref, compute_all_dependences, 19337 (create_data_ref, compute_all_dependences, find_loop_nest): Declare. 19719 (create_data_ref): Code to fail for references with invariant 21061 (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices 25986 (create_data_ref): Fail if analyze_offset fails.
|
H A D | ChangeLog-2011 | 10886 (create_data_ref): Update call to dr_analyze_innermost. 13330 (create_data_ref): Also dump access functions for the created data-ref. 38036 (create_data_ref): Same. Update call to dr_analyze_indices. 38037 (find_data_references_in_stmt): Update call to create_data_ref. 38041 (create_data_ref): Same. 38043 call to create_data_ref.
|
H A D | ChangeLog.tuples | 3952 (get_references_in_stmt, create_data_ref, rdg_vertex_for_stmt,
|
H A D | ChangeLog-2006 | 11245 (create_data_ref): Fail if the data reference has unknown access 15018 * tree-data-ref.c (create_data_ref): Convert the operands before 18360 (object_analysis, create_data_ref): Handle COMPONENT_REF.
|
H A D | ChangeLog-2005 | 8717 (create_data_ref): Likewise. 10519 (create_data_ref): Likewise. 10528 (find_data_references_in_loop): Call create_data_ref. Initialize new
|
H A D | ChangeLog-2015 | 13452 * tree-data-ref.c (create_data_ref): Do not initialize alias_set. 13464 * tree-data-ref.c (create_data_ref): Initialize alias_set.
|
H A D | ChangeLog-2021 | 11920 (create_data_ref): Adjust.
|
H A D | ChangeLog-2009 | 29474 (create_data_ref): Likewise.
|
H A D | ChangeLog-2018 | 8782 (create_data_ref): Pass "stmt" to the dr_analyze_innermost call.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.h | 546 struct data_reference *create_data_ref (edge, loop_p, tree, gimple *, bool,
|
H A D | tree-ssa-loop-prefetch.c | 1663 dr = create_data_ref (loop_preheader_edge (nest), in determine_loop_nest_reuse()
|
H A D | tree-data-ref.c | 1236 create_data_ref (edge nest, loop_p loop, tree memref, gimple *stmt, in create_data_ref() function 5622 dr = create_data_ref (nest ? loop_preheader_edge (nest) : NULL, in find_data_references_in_stmt() 5653 dr = create_data_ref (nest, loop, ref->ref, stmt, ref->is_read, in graphite_find_data_references_in_stmt()
|
H A D | tree-vect-data-refs.c | 4111 = create_data_ref (NULL, loop_containing_stmt (stmt), DR_REF (dr), stmt, in vect_find_stmt_data_reference()
|