Lines Matching defs:_stmt_vec_info
435 typedef struct _stmt_vec_info { struct
437 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;
473 tree dr_base_address;
474 tree dr_init;
475 tree dr_offset;
476 tree dr_step;
477 tree dr_aligned_to;
484 tree loop_phi_evolution_part;
495 gimple related_stmt;
498 gimple_seq pattern_def_seq;
505 enum vect_def_type def_type;
508 enum slp_vect_type slp_type;
512 gimple first_element;
514 gimple next_element;
517 gimple same_dr_stmt;
519 unsigned int size;
522 unsigned int store_count;
525 unsigned int gap;
530 enum vect_relevant relevant;
534 {
537 } cost;
540 bb_vec_info bb_vinfo;
544 bool vectorizable;
547 bool gather_p;