GCC Middle and Back End API Reference
|
#include <ipa-fnsummary.h>
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 |
Estimated execution times, code sizes and other information about the code executing a call described by ipa_call_context.
ipa_hints ipa_call_estimates::hints |
sreal ipa_call_estimates::loops_with_known_iterations |
Referenced by ipa_call_context::estimate_size_and_time(), and hint_time_bonus().
sreal ipa_call_estimates::loops_with_known_strides |
Referenced by ipa_call_context::estimate_size_and_time(), and hint_time_bonus().
int ipa_call_estimates::min_size |
Referenced by ipa_call_context::estimate_size_and_time().
sreal ipa_call_estimates::nonspecialized_time |
int ipa_call_estimates::size |
sreal ipa_call_estimates::time |