Searched refs:_bb_vec_info (Results 1 – 12 of 12) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vectorizer.h | 357 class _bb_vec_info; 370 is_a_helper <_bb_vec_info *>::test (vec_info *i) 758 typedef class _bb_vec_info : public vec_info 761 _bb_vec_info (gimple_stmt_iterator, gimple_stmt_iterator, vec_info_shared *); 762 ~_bb_vec_info ();
|
H A D | tree-vect-slp.c | 2677 _bb_vec_info::_bb_vec_info (gimple_stmt_iterator region_begin_in, in _bb_vec_info() function 2702 _bb_vec_info::~_bb_vec_info () in ~_bb_vec_info() 3270 bb_vinfo = new _bb_vec_info (region_begin, region_end, &shared); in vect_slp_bb_region()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vectorizer.h | 474 class _bb_vec_info; 487 is_a_helper <_bb_vec_info *>::test (vec_info *i) 972 typedef class _bb_vec_info : public vec_info 975 _bb_vec_info (vec<basic_block> bbs, vec_info_shared *); 976 ~_bb_vec_info ();
|
H A D | tree-vect-slp.c | 2677 _bb_vec_info::_bb_vec_info (gimple_stmt_iterator region_begin_in, in _bb_vec_info() function 2702 _bb_vec_info::~_bb_vec_info () in ~_bb_vec_info() 3270 bb_vinfo = new _bb_vec_info (region_begin, region_end, &shared); in vect_slp_bb_region()
|
H A D | tree-vect-slp.cc | 4405 _bb_vec_info::_bb_vec_info (vec<basic_block> _bbs, vec_info_shared *shared) in _bb_vec_info() function in _bb_vec_info 4436 _bb_vec_info::~_bb_vec_info () in ~_bb_vec_info() 5954 bb_vinfo = new _bb_vec_info (bbs, &shared); in vect_slp_region()
|
H A D | ChangeLog-2020 | 1696 (_bb_vec_info::roots): New member. 1699 (_bb_vec_info::_bb_vec_info): Adjust. 1700 (_bb_vec_info::~_bb_vec_info): Likewise. 10078 (_bb_vec_info::_bb_vec_info): Adjust. 10079 (_bb_vec_info::bb): Remove. 10080 (_bb_vec_info::region_begin): Remove. 10081 (_bb_vec_info::region_end): Remove. 10092 (_bb_vec_info::_bb_vec_info): Use regular stmt iteration, 10094 (_bb_vec_info::~_bb_vec_info): Likewise. 19344 (_bb_vec_info::~_bb_vec_info): Likewise. [all …]
|
H A D | ChangeLog-2021 | 7448 * tree-vect-slp.c (_bb_vec_info::_bb_vec_info): Update call 23980 (_bb_vec_info::~_bb_vec_info): Likewise. 26877 * tree-vect-slp.c (_bb_vec_info::_bb_vec_info): Likewise.
|
H A D | ChangeLog-2018 | 14637 * tree-vect-slp.c (_bb_vec_info::~bb_vec_info): Likewise. 15337 * tree-vect-slp.c (_bb_vec_info::_bb_vec_info): Likewise. 18620 (struct _bb_vec_info): Likewise. 18645 * tree-vect-slp.c (_bb_vec_info::_bb_vec_info): Add
|
H A D | ChangeLog-2017 | 21418 (_bb_vec_info): Add a constructor and destructor. 21437 (_bb_vec_info::_bb_vec_info): ...this. Don't reserve space in 21440 (_bb_vec_info::~_bb_vec_info): ...this. Leave handling of vec_info
|
H A D | ChangeLog-2012 | 19043 (struct _bb_vec_info): Add target_cost_data field. 28956 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
|
H A D | ChangeLog-2015 | 8411 * tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end 13726 (_bb_vec_info): ... this.
|
H A D | ChangeLog-2009 | 21761 * tree-vectorizer.h (struct _bb_vec_info): Define along macros to
|