Searched refs:create_data_ref (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-data-ref.h | 452 struct data_reference *create_data_ref (edge, loop_p, tree, gimple *, bool,
|
H A D | tree-ssa-loop-prefetch.c | 1635 dr = create_data_ref (loop_preheader_edge (nest), in determine_loop_nest_reuse()
|
H A D | tree-data-ref.c | 1189 create_data_ref (edge nest, loop_p loop, tree memref, gimple *stmt, in create_data_ref() function 5098 dr = create_data_ref (nest ? loop_preheader_edge (nest) : NULL, in find_data_references_in_stmt() 5129 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 | 4073 = create_data_ref (NULL, loop_containing_stmt (stmt), in vect_analyze_data_refs()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-data-ref.h | 423 struct data_reference *create_data_ref (loop_p, loop_p, tree, gimple, bool);
|
H A D | tree-ssa-loop-prefetch.c | 1564 dr = create_data_ref (nest, loop_containing_stmt (ref->stmt), in determine_loop_nest_reuse()
|
H A D | tree-data-ref.c | 1006 create_data_ref (loop_p nest, loop_p loop, tree memref, gimple stmt, in create_data_ref() function 4414 dr = create_data_ref (nest, loop_containing_stmt (stmt), in find_data_references_in_stmt() 4447 dr = create_data_ref (nest, loop, *ref->pos, stmt, ref->is_read); in graphite_find_data_references_in_stmt()
|
H A D | tree-vect-data-refs.c | 2805 = create_data_ref (NULL, loop_containing_stmt (stmt), in vect_analyze_data_refs()
|