Searched refs:set_vinfo_for_stmt (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vectorizer.c | 523 set_vinfo_for_stmt (stmt, res); in add_stmt() 604 set_vinfo_for_stmt (stmt_info->stmt, NULL); in remove_stmt() 622 set_vinfo_for_stmt (old_stmt, NULL); in replace_stmt() 623 set_vinfo_for_stmt (new_stmt, stmt_info); in replace_stmt() 664 vec_info::set_vinfo_for_stmt (gimple *stmt, stmt_vec_info info) in set_vinfo_for_stmt() function
|
H A D | tree-vectorizer.h | 351 void set_vinfo_for_stmt (gimple *, stmt_vec_info);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vectorizer.cc | 522 set_vinfo_for_stmt (stmt, res); in add_stmt() 534 set_vinfo_for_stmt (stmt, res, false); in add_pattern_stmt() 616 set_vinfo_for_stmt (stmt_info->stmt, NULL); in remove_stmt() 719 vec_info::set_vinfo_for_stmt (gimple *stmt, stmt_vec_info info, bool check_ro) in set_vinfo_for_stmt() function in vec_info
|
H A D | tree-vectorizer.h | 468 void set_vinfo_for_stmt (gimple *, stmt_vec_info, bool = true);
|
H A D | ChangeLog.tuples | 726 set_vinfo_for_stmt. 737 (vinfo_for_stmt, set_vinfo_for_stmt): Rewritten using stmt uid 1111 (set_vinfo_for_stmt): Likewise. If info is NULL, delete entry from 1117 (free_stmt_vec_info): Free stmt_info only after set_vinfo_for_stmt 1460 (set_vinfo_for_stmt): New inline.
|
H A D | ChangeLog-2018 | 14592 * tree-vectorizer.c (vec_info::set_vinfo_for_stmt): Likewise. 14603 (vec_info::set_vinfo_for_stmt, vec_info::free_stmt_vec_infos) 14606 (set_vinfo_for_stmt, new_stmt_vec_info, free_stmt_vec_info): Delete. 14614 (vec_info::set_vinfo_for_stmt, vec_info::free_stmt_vec_infos) 14633 Don't call set_vinfo_for_stmt here. 15269 (set_vinfo_for_stmt): Use NULL_STMT_VEC_INFO. 21788 (set_vinfo_for_stmt): Likewise.
|
H A D | ChangeLog-2020 | 1211 (vec_info::set_vinfo_for_stmt): Optionally enforce read-only. 20093 (vec_info::set_vinfo_for_stmt): Assert !stmt_vec_info_ro.
|
H A D | ChangeLog-2010 | 14068 (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt, 26844 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
|
H A D | ChangeLog-2015 | 2066 * tree-vectorizer.h (set_vinfo_for_stmt): Assert we don't 13371 (set_vinfo_for_stmt): Likewise.
|