Home
last modified time | relevance | path

Searched refs:orig_count (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-utils.cc377 scale_ipa_profile_for_fn (struct cgraph_node *node, profile_count orig_count) in scale_ipa_profile_for_fn() argument
380 profile_count::adjust_for_ipa_scaling (&to, &orig_count); in scale_ipa_profile_for_fn()
384 e->count = e->count.apply_scale (to, orig_count); in scale_ipa_profile_for_fn()
386 e->count = e->count.apply_scale (to, orig_count); in scale_ipa_profile_for_fn()
426 profile_count orig_count = dst->count; in ipa_merge_profiles() local
446 if (dst->count == orig_count) in ipa_merge_profiles()
456 orig_count.dump (symtab->dump_file); in ipa_merge_profiles()
466 scale_ipa_profile_for_fn (dst, orig_count); in ipa_merge_profiles()
618 profile_count dstnum = orig_count; in ipa_merge_profiles()
755 scale_ipa_profile_for_fn (dst, orig_count); in ipa_merge_profiles()
Dipa-cp.cc4653 profile_count orig_count = n->count; in update_counts_for_self_gen_clones() local
4659 profile_count::adjust_for_ipa_scaling (&new_count, &orig_count); in update_counts_for_self_gen_clones()
4662 cs->count = cs->count.apply_scale (new_count, orig_count); in update_counts_for_self_gen_clones()
4666 cs->count = cs->count.apply_scale (new_count, orig_count); in update_counts_for_self_gen_clones()
Dcombine.cc10490 rtx varop, int orig_count) in simplify_shift_const_1() argument
10508 orig_count &= GET_MODE_UNIT_BITSIZE (mode) - 1; in simplify_shift_const_1()
10513 if (orig_count < 0 || orig_count >= (int) GET_MODE_UNIT_PRECISION (mode)) in simplify_shift_const_1()
10516 count = orig_count; in simplify_shift_const_1()
10895 >> orig_count, int_result_mode, in simplify_shift_const_1()
11231 && orig_code == code && orig_count == count in simplify_shift_const_1()
11260 x, GET_MODE_MASK (result_mode) >> orig_count); in simplify_shift_const_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc5339 unsigned int orig_count) in update_target_cost_per_stmt() argument
5359 m_nstmts += orig_count; in update_target_cost_per_stmt()
5363 m_nloads += orig_count; in update_target_cost_per_stmt()
5421 unsigned int orig_count = count; in add_stmt_cost() local
5425 update_target_cost_per_stmt (kind, stmt_info, where, orig_count); in add_stmt_cost()