|
Polly 22.0.0git
|
Public Attributes | |
| isl_ast_build * | build |
| isl_set * | domain |
| int | depth |
| isl_basic_map * | expansion |
| isl_aff * | lower |
| int * | n |
| int | n_div |
Definition at line 2352 of file isl_ast_codegen.c.
| isl_ast_build* isl_find_unroll_data::build |
Definition at line 2353 of file isl_ast_codegen.c.
Referenced by find_unroll_lower_bound(), foreach_iteration(), and get_expanded_n_div().
| int isl_find_unroll_data::depth |
Definition at line 2355 of file isl_ast_codegen.c.
Referenced by find_unroll_lower_bound(), foreach_iteration(), get_expanded_n_div(), and update_unrolling_lower_bound().
| isl_set* isl_find_unroll_data::domain |
Definition at line 2354 of file isl_ast_codegen.c.
Referenced by get_expanded_n_div(), and update_unrolling_lower_bound().
| isl_basic_map* isl_find_unroll_data::expansion |
Definition at line 2356 of file isl_ast_codegen.c.
Referenced by find_unroll_lower_bound(), foreach_iteration(), and get_expanded_n_div().
| isl_aff* isl_find_unroll_data::lower |
Definition at line 2358 of file isl_ast_codegen.c.
Referenced by find_unroll_lower_bound(), foreach_iteration(), is_better_lower_bound(), and update_unrolling_lower_bound().
| int* isl_find_unroll_data::n |
Definition at line 2359 of file isl_ast_codegen.c.
Referenced by is_better_lower_bound(), and update_unrolling_lower_bound().
| int isl_find_unroll_data::n_div |
Definition at line 2360 of file isl_ast_codegen.c.
Referenced by is_better_lower_bound().