Searched refs:DR_NUM_DIMENSIONS (Results 1 – 4 of 4) sorted by relevance
626 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))
144 for (it = 0; it < DR_NUM_DIMENSIONS (dr); it++) in gather_interchange_stats()
122 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR)) macro
19345 (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.