Searched refs:test_convex_hull_case (Results 1 – 1 of 1) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test.c | 1619 void test_convex_hull_case(struct isl_ctx *ctx, const char *name) in test_convex_hull_case() function 1680 test_convex_hull_case(ctx, "convex0"); in test_convex_hull_algo() 1681 test_convex_hull_case(ctx, "convex1"); in test_convex_hull_algo() 1682 test_convex_hull_case(ctx, "convex2"); in test_convex_hull_algo() 1683 test_convex_hull_case(ctx, "convex3"); in test_convex_hull_algo() 1684 test_convex_hull_case(ctx, "convex4"); in test_convex_hull_algo() 1685 test_convex_hull_case(ctx, "convex5"); in test_convex_hull_algo() 1686 test_convex_hull_case(ctx, "convex6"); in test_convex_hull_algo() 1687 test_convex_hull_case(ctx, "convex7"); in test_convex_hull_algo() 1688 test_convex_hull_case(ctx, "convex8"); in test_convex_hull_algo() [all …]
|