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

  /src/external/gpl3/gcc/dist/gcc/
graphite-optimize-isl.cc 101 isl_union_set *res = isl_union_set_empty (space);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-optimize-isl.cc 101 isl_union_set *res = isl_union_set_empty (space);
  /src/external/mit/isl/dist/include/isl/
union_set.h 25 __isl_give isl_union_set *isl_union_set_empty(__isl_take isl_space *space);
  /src/external/mit/isl/dist/
isl_schedule_band.c 69 band->ast_build_options = isl_union_set_empty(space);
812 types = isl_union_set_empty(space);
isl_schedule.c 88 return isl_schedule_from_domain(isl_union_set_empty(space));
isl_scheduler.c 3356 source = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
3357 sink = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
4734 data.bounds = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
4778 data->mask = isl_union_set_empty(isl_space_copy(space));
5520 source = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
5521 sink = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
isl_point.c 720 return isl_union_set_empty(space);
isl_scheduler_clustering.c 303 domain = isl_union_set_empty(space);
isl_schedule_node.c 868 return isl_union_set_empty(space);
907 return isl_union_set_empty(space);
3684 filter = isl_union_set_empty(space);
isl_union_map.c 167 __isl_give isl_union_set *isl_union_set_empty(__isl_take isl_space *space) function
3554 res = isl_union_set_empty(isl_union_set_get_space(uset));
4418 res = isl_union_set_empty(space);
isl_union_templ.c 1027 uset = isl_union_set_empty(FN(UNION,get_space)(u));
isl_schedule_tree.c 1918 domain = isl_union_set_empty(space);
isl_input.c 3006 obj.v = isl_union_set_empty(isl_map_get_space(map));
isl_aff.c 8558 zero = isl_union_set_empty(isl_union_pw_aff_get_space(upa));
8599 data.bound = isl_union_set_empty(isl_union_pw_aff_get_space(upa));

Completed in 75 milliseconds