Home
last modified time | relevance | path

Searched refs:GROUP_READ_WRITE_DEPENDENCE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vectorizer.h590 #define GROUP_READ_WRITE_DEPENDENCE(S) (S)->read_write_dep macro
H A Dtree-vect-data-refs.c695 GROUP_READ_WRITE_DEPENDENCE (stmtinfo_a) = true; in vect_analyze_data_ref_dependence()
699 GROUP_READ_WRITE_DEPENDENCE (stmtinfo_b) = true; in vect_analyze_data_ref_dependence()
2156 if (GROUP_READ_WRITE_DEPENDENCE (vinfo_for_stmt (next)) in vect_analyze_group_access()
2157 || GROUP_READ_WRITE_DEPENDENCE (vinfo_for_stmt (prev))) in vect_analyze_group_access()
H A Dtree-vect-stmts.c5692 GROUP_READ_WRITE_DEPENDENCE (res) = false; in new_stmt_vec_info()