Searched refs:DR_NUM_DIMENSIONS (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h122 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR)) macro
H A Dtree-loop-linear.c144 for (it = 0; it < DR_NUM_DIMENSIONS (dr); it++)
H A Dtree-data-ref.c627 for (i = 0; i < DR_NUM_DIMENSIONS (dr); i++)
1701 if (DR_NUM_DIMENSIONS (*dr) != 1)
2044 || (TREE_CODE (memref) == COMPONENT_REF && DR_NUM_DIMENSIONS (dr) == 1))
2213 && DR_NUM_DIMENSIONS (a) != DR_NUM_DIMENSIONS (b))
2240 DDR_SUBSCRIPTS (res) = VEC_alloc (subscript_p, heap, DR_NUM_DIMENSIONS (a));
2245 for (i = 0; i < DR_NUM_DIMENSIONS (a); i++)
4425 && DR_NUM_DIMENSIONS (a) != DR_NUM_DIMENSIONS (b))

Completed in 99 milliseconds