Searched defs:loop_nest (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-loop-interchange.cc | 953 tree_loop_interchange (vec<struct loop *> loop_nest) in tree_loop_interchange() 1081 struct loop *loop_nest = m_loop_nest[0]; in interchange_loops() local 1278 compute_access_stride (struct loop *loop_nest, struct loop *loop, in compute_access_stride() 1354 compute_access_strides (struct loop *loop_nest, struct loop *loop, in compute_access_strides() 1392 prune_access_strides_not_in_loop (struct loop *loop_nest, in prune_access_strides_not_in_loop() 1813 should_interchange_loop_nest (struct loop *loop_nest, struct loop *innermost, in should_interchange_loop_nest() 1835 tree_loop_interchange_compute_ddrs (vec<loop_p> loop_nest, in tree_loop_interchange_compute_ddrs() 1912 struct loop *loop_nest = loop; in prepare_data_references() local 1976 prepare_perfect_loop_nest (struct loop *loop, vec<loop_p> *loop_nest, in prepare_perfect_loop_nest() 2069 vec<loop_p> loop_nest = vNULL; in execute() local
|
H A D | tree-data-ref.c | 2233 bool loop_nest) in dr_may_alias_p() 2348 vec<loop_p> loop_nest) in initialize_data_dependence_relation() 4011 struct loop *loop_nest) in analyze_miv_subscript() 4113 tree *last_conflicts, struct loop *loop_nest) in analyze_overlapping_iterations() 4513 struct loop *loop_nest) in build_classic_dist_vector() 4700 struct loop *loop_nest) in subscript_dependence_tester_1() 4759 struct loop *loop_nest) in subscript_dependence_tester() 4774 const struct loop *loop_nest) in access_functions_are_affine_or_constant_p() 4799 struct loop *loop_nest) in compute_affine_dependence() 4861 vec<loop_p> loop_nest, in compute_all_dependences() [all …]
|
H A D | gimple-loop-jam.c | 448 auto_vec<loop_p, 3> loop_nest; in tree_loop_unroll_and_jam() local
|
H A D | tree-data-ref.h | 340 vec<loop_p> loop_nest; member 575 index_in_loop_nest (int var, vec<loop_p> loop_nest) in index_in_loop_nest()
|
H A D | tree-predcom.c | 3187 auto_vec<loop_p, 3> loop_nest; in tree_predictive_commoning_loop() local
|
H A D | tree-vectorizer.h | 408 auto_vec<loop_p> loop_nest; member
|
H A D | tree-loop-distribution.c | 159 static vec<loop_p> loop_nest; variable
|
H A D | tree-parloops.c | 433 auto_vec<loop_p, 3> loop_nest; in loop_parallel_p() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-data-ref.c | 1349 bool loop_nest) in dr_may_alias_p() 1404 initialize_data_dependence_relation (struct data_reference *a, in initialize_data_dependence_relation() 2863 struct loop *loop_nest) in analyze_miv_subscript() 2966 tree *last_conflicts, struct loop *loop_nest) in analyze_overlapping_iterations() 3346 struct loop *loop_nest) in build_classic_dist_vector() 3537 struct loop *loop_nest) in subscript_dependence_tester_1() 3597 struct loop *loop_nest) in subscript_dependence_tester() 3619 const struct loop *loop_nest) in access_functions_are_affine_or_constant_p() 4171 struct loop *loop_nest) in compute_affine_dependence() 4275 compute_all_dependences (VEC (data_reference_p, heap) *datarefs, in compute_all_dependences() [all …]
|
H A D | tree-if-conv.c | 1034 if_convertible_loop_p_1 (struct loop *loop, in if_convertible_loop_p_1()
|
H A D | tree-data-ref.h | 625 index_in_loop_nest (int var, VEC (loop_p, heap) *loop_nest) in index_in_loop_nest()
|