|
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_interesting_calls |
| int | n_nonrec_calls |
| cgraph_node * | itself |
| bool | called_without_ipa_profile |
Structure holding accumulated information about callers of a node.
| bool caller_statistics::called_without_ipa_profile |
| 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_interesting_calls |
| int caller_statistics::n_nonrec_calls |
| profile_count caller_statistics::rec_count_sum |