Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-data-ref.h129 #define DR_ALIGNED_TO(DR) (DR)->aligned_to macro
HDtree-data-ref.c1988 DR_ALIGNED_TO (dr) = aligned_to; in create_data_ref()
2091 if (DR_ALIGNED_TO (dr)) in create_data_ref()
2094 print_generic_expr (dump_file, DR_ALIGNED_TO (dr), TDF_SLIM); in create_data_ref()
HDtree-vect-analyze.c728 aligned_to = DR_ALIGNED_TO (dr); in vect_compute_data_ref_alignment()