HomeSort by: relevance | last modified time | path
    Searched defs:subscripts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.h 175 /* Subscripts of this data reference. */
178 /* Alternate subscripts initialized lazily and used by data-dependence
375 subscripts: (f1, g1), (f2, g2), (f3, g3). These three subscripts
377 of an array of subscripts. */
421 is given in the SUBSCRIPTS array,
424 SUBSCRIPTS is empty,
440 vec<subscript_p> subscripts; member in struct:data_dependence_relation
498 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.h 175 /* Subscripts of this data reference. */
178 /* Alternate subscripts initialized lazily and used by data-dependence
375 subscripts: (f1, g1), (f2, g2), (f3, g3). These three subscripts
377 of an array of subscripts. */
421 is given in the SUBSCRIPTS array,
424 SUBSCRIPTS is empty,
440 vec<subscript_p> subscripts; member in struct:data_dependence_relation
498 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts

Completed in 51 milliseconds