GCC Middle and Back End API Reference
|
#include <ipa-fnsummary.h>
Data Fields | |
ipa_predicate | exec_predicate |
ipa_predicate | nonconst_predicate |
int | size |
sreal | time |
Representation of function body size and time depending on the call context. We keep simple array of record, every containing of predicate and time/size to account.
ipa_predicate size_time_entry::exec_predicate |
Referenced by ipa_fn_summary::account_size_time().
ipa_predicate size_time_entry::nonconst_predicate |
Referenced by ipa_fn_summary::account_size_time().
int size_time_entry::size |
Referenced by ipa_fn_summary::account_size_time().
sreal size_time_entry::time |
Referenced by ipa_fn_summary::account_size_time().