Home
last modified time | relevance | path

Searched refs:better_main_loop_than_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.cc1829 vector_costs::better_main_loop_than_p (const vector_costs *other) const in better_main_loop_than_p() function in vector_costs
H A Dtree-vectorizer.h1500 virtual bool better_main_loop_than_p (const vector_costs *other) const;
H A Dtree-vect-loop.cc2827 return new_costs->better_main_loop_than_p (old_costs); in vect_better_loop_vinfo_p()
H A DChangeLog-20214496 (aarch64_vector_costs::better_main_loop_than_p): New function,
5443 * tree-vectorizer.h (vector_costs::better_main_loop_than_p)
5447 * tree-vectorizer.c (vector_costs::better_main_loop_than_p)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc15778 bool better_main_loop_than_p (const vector_costs *other) const override;
17153 better_main_loop_than_p (const vector_costs *uncast_other) const in better_main_loop_than_p() function in aarch64_vector_costs
17260 return vector_costs::better_main_loop_than_p (other); in better_main_loop_than_p()