Home
last modified time | relevance | path

Searched refs:nstmts (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop.cc3957 unsigned int nstmts = len * 2 - 1; in vect_estimate_min_profitable_iters() local
3961 nstmts += 1; in vect_estimate_min_profitable_iters()
3962 (void) add_stmt_cost (target_cost_data, nstmts, in vect_estimate_min_profitable_iters()
Dtree-vect-stmts.cc985 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() local
986 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_store_cost()
1198 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_load_cost() local
1199 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_load_cost()
DChangeLog-202113829 nstmts, nloads and extra_ctor_cost.