Searched refs:freq_h (Results 1 – 4 of 4) sorted by relevance
1254 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local1396 freq_h = loop->header->count; in tree_transform_and_unroll_loop()1398 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()1402 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()1404 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
8387 profile_count freq_h = loop->header->count, freq_e = preheader->count (); in scale_profile_for_vect_loop() local8389 if (freq_h.nonzero_p ()) in scale_profile_for_vect_loop()8397 p = freq_e.apply_scale (new_est_niter + 1, 1).probability_in (freq_h); in scale_profile_for_vect_loop()
1412 profile_count freq_h = loop->header->count; in tree_transform_and_unroll_loop() local1414 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()1418 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()1420 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
9363 profile_count freq_h = loop->header->count, freq_e = preheader->count (); in scale_profile_for_vect_loop() local9365 if (freq_h.nonzero_p ()) in scale_profile_for_vect_loop()9373 p = freq_e.apply_scale (new_est_niter + 1, 1).probability_in (freq_h); in scale_profile_for_vect_loop()