Home
last modified time | relevance | path

Searched defs:vec_info (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vectorizer.h190 struct vec_info { struct
193 vec_info (vec_kind, void *); argument
197 vec_kind kind;
221 struct _loop_vec_info; argument
227 is_a_helper <_loop_vec_info *>::test (vec_info *i) in test() argument
H A Dtree-vectorizer.c362 vec_info::vec_info (vec_info::vec_kind kind_in, void *target_cost_data_in) in vec_info() function