GCC Middle and Back End API Reference
|
Public Member Functions | |
node_context_cache_entry () | |
~node_context_cache_entry () | |
Data Fields | |
ipa_cached_call_context | ctx |
sreal | time |
sreal | nonspec_time |
int | size |
ipa_hints | hints |
The context cache remembers estimated time/size and hints for given ipa_call_context of a call.
|
inline |
|
inline |
References ctx, and ipa_cached_call_context::release().
ipa_cached_call_context node_context_cache_entry::ctx |
Referenced by do_estimate_edge_time(), and ~node_context_cache_entry().
ipa_hints node_context_cache_entry::hints |
Referenced by do_estimate_edge_time().
sreal node_context_cache_entry::nonspec_time |
Referenced by do_estimate_edge_time().
int node_context_cache_entry::size |
Referenced by do_estimate_edge_time().
sreal node_context_cache_entry::time |
Referenced by do_estimate_edge_time().