Home
last modified time | relevance | path

Searched refs:DR_NUM_DIMENSIONS (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-data-ref.c626 for (i = 0; i < DR_NUM_DIMENSIONS (dr); i++) in dump_data_reference()
1698 if (DR_NUM_DIMENSIONS (*dr) != 1) in object_analysis()
2041 || (TREE_CODE (memref) == COMPONENT_REF && DR_NUM_DIMENSIONS (dr) == 1)) in create_data_ref()
2210 && DR_NUM_DIMENSIONS (a) != DR_NUM_DIMENSIONS (b)) in initialize_data_dependence_relation()
2237 DDR_SUBSCRIPTS (res) = VEC_alloc (subscript_p, heap, DR_NUM_DIMENSIONS (a)); in initialize_data_dependence_relation()
2242 for (i = 0; i < DR_NUM_DIMENSIONS (a); i++) in initialize_data_dependence_relation()
4421 && DR_NUM_DIMENSIONS (a) != DR_NUM_DIMENSIONS (b))
HDtree-loop-linear.c144 for (it = 0; it < DR_NUM_DIMENSIONS (dr); it++) in gather_interchange_stats()
HDtree-data-ref.h122 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR)) macro
HDChangeLog-200519345 (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.