Searched refs:isl_local_alloc_from_mat (Results 1 – 3 of 3) sorted by relevance
37 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat) in isl_local_alloc_from_mat() function46 return isl_local_alloc_from_mat(isl_mat_copy(local)); in isl_local_copy()289 return isl_local_alloc_from_mat(mat); in isl_local_reorder()319 return isl_local_alloc_from_mat(mat); in isl_local_move_vars()
6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
628 local = isl_local_alloc_from_mat(isl_basic_map_get_divs(bmap)); in isl_basic_map_contains_point()