Searched refs:DR_REF (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-analyze.c155 TREE_TYPE (DR_REF (STMT_VINFO_DATA_REF (stmt_info)));
604 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM);
606 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM);
616 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM);
618 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM);
642 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM);
644 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM);
662 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM);
664 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM);
714 tree ref = DR_REF (d
[all...]
H A Dtree-data-ref.h115 #define DR_REF(DR) (DR)->ref macro
H A Dtree-data-ref.c623 print_generic_stmt (outf, DR_REF (dr), 0);
1030 DR_REF (res) = ref;
1151 DR_REF (res) = ref;
1547 and STEP is the evolution of the DR_REF in this loop.
1587 STEP - evolution of the DR_REF in the loop
1847 DR_REF (*dr) = comp_ref;
1996 type_size = fold_convert (ssizetype, TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr))));
4204 DR_REF (res) = NULL_TREE;
H A Dtree-vect-transform.c143 tree ref = DR_REF (dr);
306 new_type_alias (vect_ptr, tag, DR_REF (dr));

Completed in 72 milliseconds