GCC Middle and Back End API Reference
|
Data Fields | |
gcov_type | count_sum |
int | n_calls |
int | n_hot_calls |
int | freq_sum |
Structure holding accumulated information about callers of a node.
gcov_type caller_statistics::count_sum |
int caller_statistics::freq_sum |
Referenced by estimate_local_effects(), gather_caller_stats(), and init_caller_stats().
int caller_statistics::n_calls |
Referenced by estimate_local_effects(), gather_caller_stats(), init_caller_stats(), and ipcp_cloning_candidate_p().
int caller_statistics::n_hot_calls |
Referenced by gather_caller_stats(), init_caller_stats(), and ipcp_cloning_candidate_p().