GCC Middle and Back End API Reference
|
Data Fields | |
profile_count | rec_count_sum |
profile_count | count_sum |
sreal | freq_sum |
int | n_calls |
int | n_hot_calls |
int | n_nonrec_calls |
cgraph_node * | itself |
Structure holding accumulated information about callers of a node.
profile_count caller_statistics::count_sum |
sreal caller_statistics::freq_sum |
cgraph_node* caller_statistics::itself |
int caller_statistics::n_calls |
int caller_statistics::n_hot_calls |
int caller_statistics::n_nonrec_calls |
profile_count caller_statistics::rec_count_sum |