Lines Matching defs:_slp_tree
161 struct _slp_tree { struct
166 vec<slp_tree> children;
169 vec<stmt_vec_info> stmts;
171 vec<tree> ops;
174 stmt_vec_info representative;
178 load_permutation_t load_permutation;
182 lane_permutation_t lane_permutation;
184 tree vectype;
186 vec<gimple *> vec_stmts;
187 vec<tree> vec_defs;
192 unsigned int vec_stmts_size;
195 unsigned int refcnt;
198 poly_uint64 max_nunits;
200 enum vect_def_type def_type;
202 unsigned int lanes;
204 enum tree_code code;
206 int vertex;
211 bool *failed;
220 slp_tree next_node;
221 slp_tree prev_node;