GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>
Data Fields | |
vec< gimple > | def_stmts |
enum vect_def_type | first_dt |
tree | first_op_type |
bool | first_pattern |
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.
Referenced by vect_build_slp_tree(), 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(), 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().
bool _slp_oprnd_info::first_pattern |
Referenced by vect_create_oprnd_info(), and vect_get_and_check_slp_defs().