|
Polly 23.0.0git
|
Public Attributes | |
| struct isl_extract_mod_data * | data |
| isl_constraint * | c |
| isl_size | n [2] |
| isl_bool | parallel |
| isl_bool | opposite |
| isl_bool | partial |
| int | final |
| isl_val * | f |
Definition at line 812 of file isl_ast_build_expr.c.
| isl_constraint* isl_parallel_stat::c |
Definition at line 814 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), is_parallel_or_opposite(), parallel_or_opposite_feasible(), parallel_or_opposite_scan(), and update_partial().
| struct isl_extract_mod_data* isl_parallel_stat::data |
Definition at line 813 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), is_parallel_or_opposite(), parallel_or_opposite_feasible(), replace_by_partial_if_simpler(), and update_partial().
| isl_val* isl_parallel_stat::f |
Definition at line 822 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), update_is_partial(), and update_partial().
| int isl_parallel_stat::final |
Definition at line 820 of file isl_ast_build_expr.c.
Referenced by parallel_or_opposite_feasible(), and replace_by_partial_if_simpler().
| isl_size isl_parallel_stat::n[2] |
Definition at line 816 of file isl_ast_build_expr.c.
Referenced by parallel_or_opposite_scan().
| isl_bool isl_parallel_stat::opposite |
Definition at line 818 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), is_parallel_or_opposite(), parallel_or_opposite_continue(), and parallel_or_opposite_feasible().
| isl_bool isl_parallel_stat::parallel |
Definition at line 817 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), is_parallel_or_opposite(), parallel_or_opposite_continue(), and parallel_or_opposite_feasible().
| isl_bool isl_parallel_stat::partial |
Definition at line 819 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), parallel_or_opposite_continue(), parallel_or_opposite_feasible(), update_is_partial(), and update_partial().