[45/46] Remove vect_stmt_in_region_p
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 31 Jul 2018 14:26:35 +0000 (14:26 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 31 Jul 2018 14:26:35 +0000 (14:26 +0000)
commitdddecc5c01a0cdeb06704ed98eac881ead550664
tree18b7586536f6434163556043f919584e73c921c4
parent6ef709e50228eb23c25d3620ac6eadb6d765d40d
[45/46] Remove vect_stmt_in_region_p

Unlike the old vinfo_for_stmt, vec_info::lookup_stmt can cope with
any statement, so there's no need to check beforehand that the statement
is part of the vectorisable region.  This means that there are no longer
any calls to vect_stmt_in_region_p.

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

gcc/
* tree-vectorizer.h (vect_stmt_in_region_p): Delete.
* tree-vectorizer.c (vect_stmt_in_region_p): Likewise.

From-SVN: r263160
gcc/ChangeLog
gcc/tree-vectorizer.c
gcc/tree-vectorizer.h