GCC Middle and Back End API Reference
|
Data Fields | |
vec< stmt_vec_info > | def_stmts |
vec< tree > | ops |
tree | first_op_type |
enum vect_def_type | first_dt |
bool | any_pattern |
bool | first_gs_p |
gather_scatter_info | first_gs_info |
This structure is used in creation of an SLP tree. Each instance corresponds to the same operand in a group of scalar stmts in an SLP node.
bool _slp_oprnd_info::any_pattern |
Referenced by vect_build_slp_tree_2(), vect_create_oprnd_info(), and vect_get_and_check_slp_defs().
vec<stmt_vec_info> _slp_oprnd_info::def_stmts |
Referenced by vect_build_slp_tree_2(), vect_create_oprnd_info(), vect_free_oprnd_info(), and vect_get_and_check_slp_defs().
enum vect_def_type _slp_oprnd_info::first_dt |
Referenced by vect_build_slp_tree_2(), vect_create_oprnd_info(), and vect_get_and_check_slp_defs().
gather_scatter_info _slp_oprnd_info::first_gs_info |
Referenced by vect_get_and_check_slp_defs().
bool _slp_oprnd_info::first_gs_p |
Referenced by vect_create_oprnd_info(), and vect_get_and_check_slp_defs().
tree _slp_oprnd_info::first_op_type |
Referenced by vect_create_oprnd_info(), and vect_get_and_check_slp_defs().
Referenced by vect_build_slp_tree_2(), vect_create_oprnd_info(), vect_free_oprnd_info(), and vect_get_and_check_slp_defs().