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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 74 6) Interchange the two loops by mapping induction variables.
99 /* Structure recording loop induction variable. */
100 typedef struct induction struct
159 /* Dump LOOP's induction IV. */
163 fprintf (dump_file, " Induction: ");
195 /* Vector of induction variables in loop. */
679 /* Return true if VAR is induction variable of current loop whose scev is
696 struct induction *iv = XCNEW (struct induction);
711 struct induction *iv = XCNEW (struct induction)
    [all...]
gimple-loop-interchange.cc 74 6) Interchange the two loops by mapping induction variables.
99 /* Structure recording loop induction variable. */
100 typedef struct induction struct
159 /* Dump LOOP's induction IV. */
163 fprintf (dump_file, " Induction: ");
195 /* Vector of induction variables in loop. */
679 /* Return true if VAR is induction variable of current loop whose scev is
696 struct induction *iv = XCNEW (struct induction);
711 struct induction *iv = XCNEW (struct induction)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 74 6) Interchange the two loops by mapping induction variables.
99 /* Structure recording loop induction variable. */
100 typedef struct induction struct
159 /* Dump LOOP's induction IV. */
163 fprintf (dump_file, " Induction: ");
195 /* Vector of induction variables in loop. */
679 /* Return true if VAR is induction variable of current loop whose scev is
696 struct induction *iv = XCNEW (struct induction);
711 struct induction *iv = XCNEW (struct induction)
    [all...]
gimple-loop-interchange.cc 74 6) Interchange the two loops by mapping induction variables.
99 /* Structure recording loop induction variable. */
100 typedef struct induction struct
159 /* Dump LOOP's induction IV. */
163 fprintf (dump_file, " Induction: ");
195 /* Vector of induction variables in loop. */
679 /* Return true if VAR is induction variable of current loop whose scev is
696 struct induction *iv = XCNEW (struct induction);
711 struct induction *iv = XCNEW (struct induction)
    [all...]

Completed in 91 milliseconds