Searched refs:nstmts (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 1037 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() local 1038 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_store_cost() 1250 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_load_cost() local 1251 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_load_cost()
|
H A D | tree-vect-loop.c | 3493 unsigned int nstmts = len * 2 - 1; in vect_estimate_min_profitable_iters() local 3497 nstmts += 1; in vect_estimate_min_profitable_iters() 3498 (void) add_stmt_cost (target_cost_data, nstmts, scalar_stmt, in vect_estimate_min_profitable_iters()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 3957 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()
|
H A D | tree-vect-stmts.cc | 985 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()
|
H A D | ChangeLog-2021 | 13829 nstmts, nloads and extra_ctor_cost.
|