[30/46] Use stmt_vec_infos rather than gimple stmts for worklists
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 31 Jul 2018 14:25:15 +0000 (14:25 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 31 Jul 2018 14:25:15 +0000 (14:25 +0000)
commiteca52fdd6c570658e417ab38d25e0874d0c9c044
tree72c5368b077155f63ecbf0caa5294cd2e38e88dc
parenta1824cfdcd12f2c928b2aa00278082c56e818497
[30/46] Use stmt_vec_infos rather than gimple stmts for worklists

2018-07-31  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* tree-vect-loop.c (vect_analyze_scalar_cycles_1): Change the type
of the worklist from a vector of gimple stmts to a vector of
stmt_vec_infos.
* tree-vect-stmts.c (vect_mark_relevant, process_use)
(vect_mark_stmts_to_be_vectorized): Likewise

From-SVN: r263145
gcc/ChangeLog
gcc/tree-vect-loop.c
gcc/tree-vect-stmts.c