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

  /src/external/gpl3/gcc/dist/gcc/
graphite-sese-to-poly.cc 372 cond = isl_set_coalesce (cond);
374 pbb->domain = isl_set_coalesce (isl_set_intersect (pbb->domain, cond));
448 scop->param_context = isl_set_coalesce
457 scop->param_context = isl_set_coalesce
584 scop->param_context = isl_set_coalesce
605 return isl_set_coalesce (subscript_sizes);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-sese-to-poly.cc 371 cond = isl_set_coalesce (cond);
373 pbb->domain = isl_set_coalesce (isl_set_intersect (pbb->domain, cond));
446 scop->param_context = isl_set_coalesce
455 scop->param_context = isl_set_coalesce
582 scop->param_context = isl_set_coalesce
603 return isl_set_coalesce (subscript_sizes);
  /src/external/mit/isl/dist/
isl_transitive_closure.c 879 domain = isl_set_coalesce(domain);
881 range = isl_set_coalesce(range);
2308 domain = isl_set_coalesce(domain);
2310 range = isl_set_coalesce(range);
isl_ast_build.c 942 build->domain = isl_set_coalesce(build->domain);
967 build->generated = isl_set_coalesce(build->generated);
isl_ast_graft.c 832 graft->guard = isl_set_coalesce(graft->guard);
isl_test.c 2070 set = isl_set_coalesce(set);
2118 /* Test the functionality of isl_set_coalesce with the bounded wrapping
2458 * to the call to isl_set_coalesce, at least at the point
2471 set = isl_set_coalesce(set);
2495 * to the call to isl_set_coalesce, at least at the point
2508 /* Check that calling isl_set_coalesce does not leave other sets
2509 * that may share some information with the input to isl_set_coalesce
2512 * of the basic sets in the isl_set_coalesce input in a way
2528 set1 = isl_set_coalesce(set1);
2546 /* Check that calling isl_set_coalesce on the intersection o
    [all...]
isl_ast_codegen.c 46 set = isl_set_coalesce(set);
2299 domain = isl_set_coalesce(domain);
3084 unroll = isl_set_coalesce(unroll);
isl_convex_hull.c 1805 set = isl_set_coalesce(set);
1864 set = isl_set_coalesce(set);
isl_ast_build_expr.c 2178 data->p[i].set = isl_set_coalesce(data->p[i].set);
isl_pw_templ.c 1216 pw->p[i].set = isl_set_coalesce(pw->p[i].set);
isl_coalesce.c 4261 __isl_give isl_set *isl_set_coalesce(__isl_take isl_set *set) function
isl_aff.c 3444 dom = isl_set_coalesce(isl_pw_aff_domain(cond));
  /src/external/mit/isl/dist/include/isl/
set.h 510 __isl_give isl_set *isl_set_coalesce(__isl_take isl_set *set);
cpp-checked.h 16989 auto res = isl_set_coalesce(copy());
cpp.h 23590 auto res = isl_set_coalesce(copy());
  /src/external/mit/isl/dist/interface/
isl.py 11524 res = isl.isl_set_coalesce(isl.isl_set_copy(arg0.ptr))
12391 isl.isl_set_coalesce.restype = c_void_p
12392 isl.isl_set_coalesce.argtypes = [c_void_p]

Completed in 114 milliseconds