Polly 20.0.0git
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | isl_sort (void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *arg), void *arg) |
int isl_sort | ( | void *const | pbase, |
size_t | total_elems, | ||
size_t | size, | ||
int(*)(const void *, const void *, void *arg) | cmp, | ||
void * | arg | ||
) |
Definition at line 153 of file isl_sort.c.
References arg, cmp(), MergeSort(), and size.
Referenced by build_pieces(), FN(), isl_access_info_sort_sources(), isl_basic_map_sort_constraints(), next_nodes(), sort_sccs(), split_aff(), and uset_unshifted_simple_hull_from_basic_set_list().