|
GCC Middle and Back End API Reference
|

Data Fields | |
| bitmap | stmts |
| bitmap | loops |
| bool | reduction_p |
| enum partition_kind | kind |
| data_reference_p | main_dr |
| data_reference_p | secondary_dr |
| tree | niter |
| enum partition_kind partition_s::kind |
Referenced by generate_code_for_partition().
| bitmap partition_s::loops |
| data_reference_p partition_s::main_dr |
data-references a kind != PKIND_NORMAL partition is about.
Referenced by generate_code_for_partition().
| tree partition_s::niter |
Referenced by generate_code_for_partition().
| bool partition_s::reduction_p |
Referenced by generate_code_for_partition().
| data_reference_p partition_s::secondary_dr |
Referenced by generate_code_for_partition().
| bitmap partition_s::stmts |
Referenced by distribute_loop(), and generate_code_for_partition().