Polly 19.0.0git
Public Attributes | List of all members
isl_find_unroll_data Struct Reference

Public Attributes

isl_ast_buildbuild
 
isl_setdomain
 
int depth
 
isl_basic_mapexpansion
 
isl_afflower
 
int * n
 
int n_div
 

Detailed Description

Definition at line 2352 of file isl_ast_codegen.c.

Member Data Documentation

◆ build

isl_ast_build* isl_find_unroll_data::build

◆ depth

int isl_find_unroll_data::depth

◆ domain

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().

◆ expansion

isl_basic_map* isl_find_unroll_data::expansion

◆ lower

isl_aff* isl_find_unroll_data::lower

◆ n

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().

◆ n_div

int isl_find_unroll_data::n_div

Definition at line 2360 of file isl_ast_codegen.c.

Referenced by is_better_lower_bound().


The documentation for this struct was generated from the following file: