HomeSort by: relevance | last modified time | path
    Searched refs:isl_local_space_alloc_div (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/isl/dist/
isl_local_space_private.h 22 __isl_give isl_local_space *isl_local_space_alloc_div(
isl_local_space.c 50 __isl_give isl_local_space *isl_local_space_alloc_div( function
92 return isl_local_space_alloc_div(space, div);
115 return isl_local_space_alloc_div(isl_space_copy(ls->dim),
isl_polynomial.c 595 return isl_local_space_alloc_div(space, local);
4289 ls = isl_local_space_alloc_div(isl_space_copy(term->dim),
isl_output.c 2177 ls = isl_local_space_alloc_div(isl_space_copy(space), div);
isl_map.c 519 return isl_local_space_alloc_div(isl_space_copy(bmap->dim), div);

Completed in 31 milliseconds