Searched refs:wraps (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_coalesce.c546 /* Update wraps->max to be greater than or equal to the coefficients
550 static void wraps_update_max(struct isl_wraps *wraps, argument
564 if (isl_int_abs_gt(max_k, wraps->max))
565 isl_int_set(wraps->max, max_k);
572 if (isl_int_abs_gt(max_k, wraps->max))
573 isl_int_set(wraps->max, max_k);
581 * we set wraps->max to the largest coefficient
585 static void wraps_init(struct isl_wraps *wraps, __isl_take isl_mat *mat, argument
591 wraps->bound = 0;
592 wraps
607 wraps_free(struct isl_wraps *wraps) argument
619 allow_wrap(struct isl_wraps *wraps, int row) argument
647 add_wraps(struct isl_wraps *wraps, __isl_keep isl_basic_map *bmap, struct isl_tab *tab, isl_int *bound, __isl_keep isl_set *set) argument
711 check_wraps(__isl_keep isl_mat *wraps, int first, struct isl_tab *tab) argument
781 struct isl_wraps wraps; local
904 struct isl_wraps wraps; local
1205 struct isl_wraps wraps; local
[all...]

Completed in 35 milliseconds