Searched defs:_slp_tree (Results 1 – 3 of 3) sorted by relevance
161 struct _slp_tree { struct166 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;[all …]
92 _slp_tree::_slp_tree () in _slp_tree() function in _slp_tree
119 struct _slp_tree { struct121 vec<slp_tree> children;123 vec<stmt_vec_info> stmts;125 vec<tree> ops;128 vec<unsigned> load_permutation;130 vec<stmt_vec_info> vec_stmts;135 unsigned int vec_stmts_size;137 unsigned int refcnt;140 poly_uint64 max_nunits;142 bool two_operators;[all …]