Searched refs:nstmts (Results 1 – 3 of 3) sorted by relevance
3957 unsigned int nstmts = len * 2 - 1; in vect_estimate_min_profitable_iters() local3961 nstmts += 1; in vect_estimate_min_profitable_iters()3962 (void) add_stmt_cost (target_cost_data, nstmts, in vect_estimate_min_profitable_iters()
985 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() local986 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() local1199 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_load_cost()
13829 nstmts, nloads and extra_ctor_cost.