Polly 20.0.0git
|
Go to the source code of this file.
Typedefs | |
typedef struct isl_stride_info | isl_stride_info |
typedef struct isl_stride_info isl_stride_info |
Definition at line 16 of file stride_info.h.
__isl_give isl_stride_info * isl_stride_info_copy | ( | __isl_keep isl_stride_info * | si | ) |
Definition at line 71 of file isl_stride.c.
References isl_aff_copy(), isl_stride_info_alloc(), and isl_val_copy().
__isl_null isl_stride_info * isl_stride_info_free | ( | __isl_take isl_stride_info * | si | ) |
Definition at line 37 of file isl_stride.c.
References isl_aff_free(), and isl_val_free().
Referenced by isl_ast_build_detect_strides(), isl_map_get_range_lattice_tile(), and isl_map_get_range_stride_info().
isl_ctx * isl_stride_info_get_ctx | ( | __isl_keep isl_stride_info * | si | ) |
Definition at line 27 of file isl_stride.c.
References isl_val_get_ctx().
__isl_give isl_aff * isl_stride_info_get_offset | ( | __isl_keep isl_stride_info * | si | ) |
Definition at line 92 of file isl_stride.c.
References isl_aff_copy().
Referenced by isl_ast_build_detect_strides(), and isl_map_get_range_lattice_tile().
__isl_give isl_val * isl_stride_info_get_stride | ( | __isl_keep isl_stride_info * | si | ) |
Definition at line 83 of file isl_stride.c.
References isl_val_copy().
Referenced by isl_ast_build_detect_strides(), and isl_map_get_range_lattice_tile().