Re: [44/46] Remove global vinfo_for_stmt-related routines

2018-07-31 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:10 PM Richard Sandiford wrote: > > There are no more direct uses of: > > - new_stmt_vec_info > - set_vinfo_for_stmt > - free_stmt_vec_infos > - free_stmt_vec_info > > outside of vec_info, so they can now be private member functions. > It also seemed better to put them

[44/46] Remove global vinfo_for_stmt-related routines

2018-07-24 Thread Richard Sandiford
There are no more direct uses of: - new_stmt_vec_info - set_vinfo_for_stmt - free_stmt_vec_infos - free_stmt_vec_info outside of vec_info, so they can now be private member functions. It also seemed better to put them in tree-vectorizer.c, along with the other vec_info routines. We can also get