GCC Middle and Back End API Reference
ipa_call_estimates Struct Reference

#include <ipa-fnsummary.h>

Collaboration diagram for ipa_call_estimates:

Data Fields

int size
 
int min_size
 
sreal time
 
sreal nonspecialized_time
 
ipa_hints hints
 
sreal loops_with_known_iterations
 
sreal loops_with_known_strides
 

Detailed Description

Estimated execution times, code sizes and other information about the
code executing a call described by ipa_call_context.   

Field Documentation

◆ hints

ipa_hints ipa_call_estimates::hints

◆ loops_with_known_iterations

sreal ipa_call_estimates::loops_with_known_iterations

◆ loops_with_known_strides

sreal ipa_call_estimates::loops_with_known_strides

◆ min_size

int ipa_call_estimates::min_size

◆ nonspecialized_time

sreal ipa_call_estimates::nonspecialized_time

◆ size

int ipa_call_estimates::size

◆ time

sreal ipa_call_estimates::time

The documentation for this struct was generated from the following file: