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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h127 #define DR_STEP(DR) (DR)->first_location.step macro
H A Dtree-vect-analyze.c1324 tree step = DR_STEP (dr);
1432 || !DR_STEP (dr))
H A Dtree-data-ref.c1040 DR_STEP (res) = NULL_TREE;
1161 DR_STEP (res) = step;
1763 ptr_step = DR_STEP (ptr_dr);
1945 DR_OFFSET, DR_INIT, DR_STEP, DR_OFFSET_MISALIGNMENT, DR_ALIGNED_TO,
1989 DR_STEP (dr) = step;
2089 print_generic_expr (dump_file, DR_STEP (dr), TDF_SLIM);
4213 DR_STEP (res) = NULL_TREE;
H A Dtree-vect-transform.c165 DR_STEP (dr));
2761 niters = fold_build2 (MULT_EXPR, TREE_TYPE (niters), niters, DR_STEP (dr));

Completed in 97 milliseconds