Searched refs:test_convex_hull_case (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test.c | 1576 void test_convex_hull_case(struct isl_ctx *ctx, const char *name) in test_convex_hull_case() function 1637 test_convex_hull_case(ctx, "convex0"); in test_convex_hull_algo() 1638 test_convex_hull_case(ctx, "convex1"); in test_convex_hull_algo() 1639 test_convex_hull_case(ctx, "convex2"); in test_convex_hull_algo() 1640 test_convex_hull_case(ctx, "convex3"); in test_convex_hull_algo() 1641 test_convex_hull_case(ctx, "convex4"); in test_convex_hull_algo() 1642 test_convex_hull_case(ctx, "convex5"); in test_convex_hull_algo() 1643 test_convex_hull_case(ctx, "convex6"); in test_convex_hull_algo() 1644 test_convex_hull_case(ctx, "convex7"); in test_convex_hull_algo() 1645 test_convex_hull_case(ctx, "convex8"); in test_convex_hull_algo() [all …]
|