Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-data-ref.h553 extern bool find_loop_nest (class loop *, vec<loop_p> *);
Dtree-ssa-loop-prefetch.cc1635 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
Dgimple-loop-interchange.cc2056 if (find_loop_nest (start_loop, loop_nest) in prepare_perfect_loop_nest()
Dtree-data-ref.cc6176 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()
Dtree-loop-distribution.cc2997 if (!find_loop_nest (loop, &loop_nest)) in distribute_loop()
Dtree-vect-loop.cc2961 if (!find_loop_nest (loop, &shared->loop_nest)) in vect_analyze_loop()
DChangeLog-20068229 (find_loop_nest_1, find_loop_nest): Change LOOP_NEST to a pointer
15533 (find_loop_nest_1, find_loop_nest): New.
DChangeLog-200719335 find_loop_nest): Export.
19337 (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
DChangeLog-201922372 (find_loop_nest): Same.