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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h125 #define DR_OFFSET(DR) (DR)->first_location.offset macro
H A Dtree-data-ref.c525 tree offset_a = DR_OFFSET (dra);
526 tree offset_b = DR_OFFSET (drb);
1038 DR_OFFSET (res) = NULL_TREE;
1159 DR_OFFSET (res) = init_offset;
1945 DR_OFFSET, DR_INIT, DR_STEP, DR_OFFSET_MISALIGNMENT, DR_ALIGNED_TO,
1987 DR_OFFSET (dr) = offset;
2018 /* Put CONSTANT part of OFFSET in DR_INIT and INVARIANT in DR_OFFSET field
2030 DR_OFFSET (dr) = invariant;
2032 DR_OFFSET (dr) = ssize_int (0);
2039 invariant part is put in DR_OFFSET
[all...]
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr));
2759 tree offset = DR_OFFSET (dr);
2763 DR_OFFSET (dr) = offset;
H A Dtree-vect-analyze.c1431 if (!DR_BASE_ADDRESS (dr) || !DR_OFFSET (dr) || !DR_INIT (dr)

Completed in 116 milliseconds