Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-loop-linear.c144 for (it = 0; it < DR_NUM_DIMENSIONS (dr); it++) in gather_interchange_stats()
Dtree-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))
Dtree-data-ref.h122 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR)) macro