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

  /src/external/mit/isl/dist/include/isl/
local_space.h 49 __isl_give isl_space *isl_local_space_get_space(__isl_keep isl_local_space *ls);
  /src/external/mit/isl/dist/
isl_local_space.c 426 __isl_give isl_space *isl_local_space_get_space(__isl_keep isl_local_space *ls) function
447 return isl_local_space_get_space(ls);
isl_constraint.c 380 return constraint ? isl_local_space_get_space(constraint->ls) : NULL;
isl_output.c 2435 space = isl_local_space_get_space(ls);
isl_aff.c 379 space = isl_local_space_get_space(ls);
564 space = isl_local_space_get_space(aff->ls);
isl_map.c 572 bmap = isl_basic_map_alloc_space(isl_local_space_get_space(ls),
7914 bmap->dim = isl_local_space_get_space(ls);
7947 map = isl_map_restore_space(map, isl_local_space_get_space(ls));

Completed in 64 milliseconds