GCC Middle and Back End API Reference
|
Data Fields | |
struct cgraph_node * | node |
bool | self_recursive |
bool | uninlinable |
int | growth |
int | cap |
int growth_data::cap |
Referenced by do_estimate_growth_1().
int growth_data::growth |
Referenced by check_callers(), do_estimate_growth_1(), estimate_growth(), and growth_positive_p().
struct cgraph_node* growth_data::node |
bool growth_data::self_recursive |
Referenced by do_estimate_growth_1(), estimate_growth(), and growth_positive_p().
bool growth_data::uninlinable |
Referenced by do_estimate_growth_1(), estimate_growth(), and growth_positive_p().