GCC Middle and Back End API Reference
|
Data Fields | |
cgraph_node * | orig |
hash_set< cgraph_edge * > * | processed_edges |
profile_count | count |
unsigned | unproc_orig_rec_edges |
Structure to help analyze if we need to boost counts of some clones of some non-recursive edges to match the new callee count.
profile_count desc_incoming_count_struct::count |
cgraph_node* desc_incoming_count_struct::orig |
hash_set<cgraph_edge *>* desc_incoming_count_struct::processed_edges |
unsigned desc_incoming_count_struct::unproc_orig_rec_edges |
Referenced by analyze_clone_icoming_counts(), and update_counts_for_self_gen_clones().