Lines Matching defs:profile_count
690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
739 static profile_count zero () in zero() argument
744 static profile_count adjusted_zero () in adjusted_zero() argument
752 static profile_count guessed_zero () in guessed_zero() argument
760 static profile_count one () in one() argument
767 static profile_count uninitialized () in uninitialized() argument
776 gcov_type to_gcov_type () const in to_gcov_type()
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
826 profile_count merge (profile_count other) const in merge() argument
852 profile_count ret; argument
886 profile_count ret; argument
916 bool operator< (const profile_count &other) const argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1014 profile_count max (profile_count other) const in max() argument
1041 profile_count apply_probability (int prob) const in apply_probability() argument
1055 profile_count apply_probability (profile_probability prob) const in apply_probability() argument
1073 profile_count apply_scale (int64_t num, int64_t den) const in apply_scale() argument
1089 profile_count apply_scale (profile_count num, profile_count den) const in apply_scale() argument
1116 profile_count guessed_local () const in guessed_local() argument
1126 profile_count global0 () const in global0() argument
1137 profile_count global0adjusted () const in global0adjusted() argument
1147 profile_count guessed () const in guessed() argument
1156 profile_count ipa () const in ipa() argument
1168 profile_count afdo () const in afdo() argument
1177 profile_probability probability_in (const profile_count overall) const in probability_in() argument