GCC Middle and Back End API Reference
|
Data Fields | |
tree | block |
vec< return_statements_t > | return_statements |
bool | cannot_fallthru |
bool | calls_builtin_setjmp |
tree lower_data::block |
Referenced by lower_function_body(), lower_gimple_bind(), and lower_stmt().
bool lower_data::calls_builtin_setjmp |
Referenced by lower_function_body(), and lower_stmt().
bool lower_data::cannot_fallthru |
Referenced by lower_stmt(), and lower_try_catch().
vec<return_statements_t> lower_data::return_statements |
Referenced by lower_function_body(), and lower_gimple_return().