Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1254 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1396 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()
H A Dtree-vect-loop.c8387 profile_count freq_h = loop->header->count, freq_e = preheader->count (); in scale_profile_for_vect_loop() local
8389 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1412 profile_count freq_h = loop->header->count; in tree_transform_and_unroll_loop() local
1414 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()
H A Dtree-vect-loop.cc9363 profile_count freq_h = loop->header->count, freq_e = preheader->count (); in scale_profile_for_vect_loop() local
9365 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()