This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Use scev to estimate number of iterations in profile


Hello,

I don't think calls to estimate_numbers_of_iterations
and free_numbers_of_iterations_estimates are useful for anything
in this code.

Zdenek

> +   if (!rtlsimpleloops)
> +     {
> +       scev_initialize (loops_info);
> +       estimate_numbers_of_iterations (loops_info);
> +     }
> + 
> + 
> +   if (!rtlsimpleloops)
> +     {
> +       free_numbers_of_iterations_estimates (loops_info);
> +       scev_reset ();
> +     }
>   }
>   
>   /* Attempt to predict probabilities of BB outgoing edges using local


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]