Searched defs:_stmt_vec_info (Results 1 – 2 of 2) sorted by relevance
435 typedef struct _stmt_vec_info { struct437 enum stmt_vec_info_type type;441 bool live;444 bool in_pattern_p;448 bool read_write_dep;451 gimple stmt;454 loop_vec_info loop_vinfo;457 tree vectype;460 gimple vectorized_stmt;469 struct data_reference *data_ref_info;[all …]
735 typedef struct _stmt_vec_info { struct737 enum stmt_vec_info_type type;741 bool live;744 bool in_pattern_p;748 bool vectorizable;751 gimple *stmt;754 vec_info *vinfo;757 tree vectype;760 gimple *vectorized_stmt;769 struct data_reference *data_ref_info;[all …]