Home
last modified time | relevance | path

Searched refs:find_loop_nest (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.h454 extern bool find_loop_nest (struct loop *, vec<loop_p> *);
H A Dtree-ssa-loop-prefetch.c1608 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
H A Dgimple-loop-interchange.cc2030 if (find_loop_nest (start_loop, loop_nest) in prepare_perfect_loop_nest()
H A Dtree-data-ref.c5329 find_loop_nest (struct loop *loop, vec<loop_p> *loop_nest) in find_loop_nest() function
5359 || !find_loop_nest (loop, loop_nest) in compute_data_dependences_for_loop()
H A Dtree-loop-distribution.c2729 if (!find_loop_nest (loop, &loop_nest)) in distribute_loop()
H A Dtree-vect-loop.c2094 if (!find_loop_nest (loop, &LOOP_VINFO_LOOP_NEST (loop_vinfo))) in vect_analyze_loop_2()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-data-ref.h424 extern bool find_loop_nest (struct loop *, VEC (loop_p, heap) **);
H A Dtree-ssa-loop-prefetch.c1537 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
H A Dtree-data-ref.c4548 find_loop_nest (struct loop *loop, VEC (loop_p, heap) **loop_nest) in find_loop_nest() function
4578 || !find_loop_nest (loop, loop_nest) in compute_data_dependences_for_loop()