|
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 |
Block the current statement belongs to.
Referenced by lower_omp_directive().
| bool lower_data::calls_builtin_setjmp |
True if the function calls __builtin_setjmp.
| bool lower_data::cannot_fallthru |
True if the current statement cannot fall through.
Referenced by lower_omp_directive().
| vec<return_statements_t> lower_data::return_statements |
A vector of label and return statements to be moved to the end of the function.