|
Polly 22.0.0git
|
#include <isl/id.h>#include <isl/stream.h>#include <isl_list_templ.h>#include <isl_multi_templ.h>Go to the source code of this file.
Classes | |
| struct | isl_id |
Macros | |
| #define | EL isl_id |
| #define | BASE id |
Functions | |
| uint32_t | isl_hash_id (uint32_t hash, __isl_keep isl_id *id) |
| int | isl_id_cmp (__isl_keep isl_id *id1, __isl_keep isl_id *id2) |
Variables | |
| isl_id | isl_id_none |
| #define BASE id |
Definition at line 43 of file isl_id_private.h.
| #define EL isl_id |
Definition at line 33 of file isl_id_private.h.
| uint32_t isl_hash_id | ( | uint32_t | hash, |
| __isl_keep isl_id * | id ) |
Definition at line 173 of file isl_id.c.
References __isl_keep, id, and isl_hash_hash.
Referenced by isl_hash_params(), isl_hash_tuples(), and isl_hash_tuples_domain().
| int isl_id_cmp | ( | __isl_keep isl_id * | id1, |
| __isl_keep isl_id * | id2 ) |
Definition at line 147 of file isl_id.c.
References __isl_keep, and cmp().
Referenced by isl_space_cmp(), and isl_space_cmp_type().
|
extern |
Definition at line 24 of file isl_id.c.
Referenced by isl_hash_tuples_domain(), isl_space_is_map(), isl_space_is_params(), isl_space_is_set(), mark_as_params(), and mark_as_set().