Searched refs:find_loop_nest (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.h | 553 extern bool find_loop_nest (class loop *, vec<loop_p> *);
|
H A D | tree-ssa-loop-prefetch.cc | 1635 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
|
H A D | gimple-loop-interchange.cc | 2056 if (find_loop_nest (start_loop, loop_nest) in prepare_perfect_loop_nest()
|
H A D | tree-data-ref.cc | 6176 find_loop_nest (class loop *loop, vec<loop_p> *loop_nest) in find_loop_nest() function 6206 || !find_loop_nest (loop, loop_nest) in compute_data_dependences_for_loop()
|
H A D | tree-loop-distribution.cc | 2997 if (!find_loop_nest (loop, &loop_nest)) in distribute_loop()
|
H A D | tree-vect-loop.cc | 2961 if (!find_loop_nest (loop, &shared->loop_nest)) in vect_analyze_loop()
|
H A D | ChangeLog-2006 | 8229 (find_loop_nest_1, find_loop_nest): Change LOOP_NEST to a pointer 15533 (find_loop_nest_1, find_loop_nest): New.
|
H A D | ChangeLog-2007 | 19335 find_loop_nest): Export. 19337 (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
|
H A D | ChangeLog-2019 | 22372 (find_loop_nest): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.h | 548 extern bool find_loop_nest (class loop *, vec<loop_p> *);
|
H A D | tree-ssa-loop-prefetch.c | 1636 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
|
H A D | gimple-loop-interchange.cc | 2038 if (find_loop_nest (start_loop, loop_nest) in prepare_perfect_loop_nest()
|
H A D | tree-data-ref.c | 5853 find_loop_nest (class loop *loop, vec<loop_p> *loop_nest) in find_loop_nest() function 5883 || !find_loop_nest (loop, loop_nest) in compute_data_dependences_for_loop()
|
H A D | tree-loop-distribution.c | 2957 if (!find_loop_nest (loop, &loop_nest)) in distribute_loop()
|
H A D | tree-vect-loop.c | 2539 if (!find_loop_nest (loop, &shared->loop_nest)) in vect_analyze_loop()
|