[45/46] Remove vect_stmt_in_region_p
commit654fca879be852ebd94a1ec177d6ae71cdffbe33
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jul 2018 14:26:35 +0000 (31 14:26 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jul 2018 14:26:35 +0000 (31 14:26 +0000)
tree18b7586536f6434163556043f919584e73c921c4
parentc626a338481f8675ea7cf94e08d7b0a8f27c7fba
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263160 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vectorizer.c
gcc/tree-vectorizer.h