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

  /src/external/gpl3/gcc/dist/gcc/
graphite.cc 70 long n_stmts = 0; local
104 n_stmts++;
114 fprintf (file, "STMTS:%ld)\n", n_stmts);
134 long n_stmts = 0; local
163 n_stmts++;
188 fprintf (file, "STMTS:%ld)\n", n_stmts);
tree-vectorizer.h 433 unsigned n_stmts; member in class:vec_info_shared
998 #define LOOP_VINFO_N_STMTS(L) (L)->shared->n_stmts
  /src/external/gpl3/gcc.old/dist/gcc/
graphite.cc 69 long n_stmts = 0; local
103 n_stmts++;
113 fprintf (file, "STMTS:%ld)\n", n_stmts);
133 long n_stmts = 0; local
162 n_stmts++;
187 fprintf (file, "STMTS:%ld)\n", n_stmts);
tree-vectorizer.h 401 unsigned n_stmts; member in class:vec_info_shared
888 #define LOOP_VINFO_N_STMTS(L) (L)->shared->n_stmts

Completed in 34 milliseconds