GCC Middle and Back End API Reference
ipa_func_body_info Struct Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_func_body_info:

Data Fields

cgraph_nodenode
 
class ipa_node_paramsinfo
 
vec< ipa_bb_infobb_infos
 
int param_count
 
unsigned int aa_walk_budget
 

Detailed Description

Structure with global information that is only used when looking at function
body.  

Field Documentation

◆ aa_walk_budget

unsigned int ipa_func_body_info::aa_walk_budget

◆ bb_infos

vec<ipa_bb_info> ipa_func_body_info::bb_infos

◆ info

class ipa_node_params* ipa_func_body_info::info

Referenced by analyze_function_body().

◆ node

◆ param_count

int ipa_func_body_info::param_count

Referenced by ipcp_transform_function().


The documentation for this struct was generated from the following file: