|
GCC Middle and Back End API Reference
|

Data Fields | |
| HOST_WIDE_INT | offset |
| HOST_WIDE_INT | size |
| struct gensum_param_access * | first_child |
| struct gensum_param_access * | next_sibling |
| tree | type |
| tree | alias_ptr_type |
| profile_count | load_count |
| bool | nonarg |
| bool | reverse |
This structure has the same purpose as the one above and additionally it contains some fields that are only necessary in the summary generation phase.
| tree gensum_param_access::alias_ptr_type |
| struct gensum_param_access* gensum_param_access::first_child |
| profile_count gensum_param_access::load_count |
| struct gensum_param_access* gensum_param_access::next_sibling |
| bool gensum_param_access::nonarg |
| HOST_WIDE_INT gensum_param_access::offset |
| bool gensum_param_access::reverse |
| HOST_WIDE_INT gensum_param_access::size |
| tree gensum_param_access::type |