Searched refs:STMT_VINFO_TYPE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vectorizer.h232 #define STMT_VINFO_TYPE(S) (S)->type macro
H A Dtree-vect-transform.c1327 STMT_VINFO_TYPE (stmt_info) = reduc_vec_info_type;
1412 STMT_VINFO_TYPE (stmt_info) = assignment_vec_info_type;
1590 STMT_VINFO_TYPE (stmt_info) = op_vec_info_type;
1703 STMT_VINFO_TYPE (stmt_info) = store_vec_info_type;
1819 STMT_VINFO_TYPE (stmt_info) = load_vec_info_type;
2155 STMT_VINFO_TYPE (stmt_info) = condition_vec_info_type;
2202 switch (STMT_VINFO_TYPE (stmt_info))
2259 switch (STMT_VINFO_TYPE (stmt_info))
H A Dtree-vectorizer.c1360 STMT_VINFO_TYPE (res) = undef_vec_info_type;

Completed in 86 milliseconds