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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 985 int nstmts = ncopies * ceil_log2 (group_size) * group_size; local
986 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm,
1198 int nstmts = ncopies * ceil_log2 (group_size) * group_size; local
1199 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm,
tree-vect-loop.cc 3959 unsigned int nstmts = len * 2 - 1; local
3963 nstmts += 1;
3964 (void) add_stmt_cost (target_cost_data, nstmts,
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 4658 unsigned int nstmts = len * 2 - 1; local
4662 nstmts += 1;
4663 (void) add_stmt_cost (target_cost_data, nstmts,
tree-vect-slp.cc 8593 unsigned int nstmts = SLP_TREE_NUMBER_OF_VEC_STMTS (node); local
8598 for (unsigned i = SLP_TREE_VEC_DEFS (node).length (); i < nstmts; i++)
8639 /* It's possible to obtain zero nstmts during analyze_only, so make
8642 nvectors_per_build = nstmts > 0 ? nstmts : 1;

Completed in 54 milliseconds