Home
last modified time | relevance | path

Searched defs:wraps (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_coalesce.c1182 static isl_stat wraps_update_max(struct isl_wraps *wraps, in wraps_update_max()
1222 static isl_stat wraps_init(struct isl_wraps *wraps, __isl_take isl_mat *mat, in wraps_init()
1249 static void wraps_free(struct isl_wraps *wraps) in wraps_free()
1258 static isl_stat wraps_mark_failed(struct isl_wraps *wraps) in wraps_mark_failed()
1269 static int allow_wrap(struct isl_wraps *wraps, int row) in allow_wrap()
1291 static int add_wrap(struct isl_wraps *wraps, int w, isl_int *bound, in add_wrap()
1341 static isl_stat add_selected_wraps(struct isl_wraps *wraps, in add_selected_wraps()
1422 static isl_stat add_wraps(struct isl_wraps *wraps, in add_wraps()
1434 static isl_stat check_wraps(struct isl_wraps *wraps, int first, in check_wraps()
1538 static isl_stat add_selected_wraps_around_facet(struct isl_wraps *wraps, in add_selected_wraps_around_facet()
[all …]
H A Disl_aff.c4673 isl_bool wraps; in pw_multi_aff_check_range_product() local