HomeSort by: relevance | last modified time | path
    Searched refs:n_stmts (Results 1 - 10 of 10) 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
tree-vectorizer.cc 482 : n_stmts (0),
tree-vect-slp.cc 7687 worth trying other sizes. N_STMTS is the number of statements in the
7691 vect_slp_analyze_bb_1 (bb_vec_info bb_vinfo, int n_stmts, bool &fatal,
7748 if (!vect_analyze_slp (bb_vinfo, n_stmts))
7818 The region has N_STMTS statements and has the datarefs given by DATAREFS. */
7822 vec<int> *dataref_groups, unsigned int n_stmts,
7850 if (vect_slp_analyze_bb_1 (bb_vinfo, n_stmts, fatal, dataref_groups))
tree-vect-loop.cc 2494 unsigned int *n_stmts)
2496 *n_stmts = 0;
2504 ++(*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
tree-vectorizer.cc 481 : n_stmts (0),
tree-vect-slp.cc 5850 worth trying other sizes. N_STMTS is the number of statements in the
5854 vect_slp_analyze_bb_1 (bb_vec_info bb_vinfo, int n_stmts, bool &fatal,
5911 if (!vect_analyze_slp (bb_vinfo, n_stmts))
5981 The region has N_STMTS statements and has the datarefs given by DATAREFS. */
5985 vec<int> *dataref_groups, unsigned int n_stmts,
6013 if (vect_slp_analyze_bb_1 (bb_vinfo, n_stmts, fatal, dataref_groups))
tree-vect-loop.cc 1977 unsigned int *n_stmts)
1979 *n_stmts = 0;
1987 ++(*n_stmts);

Completed in 98 milliseconds