Polly 20.0.0git
|
#include <hash.h>
Public Attributes | |
int | bits |
int | n |
struct isl_hash_table_entry * | entries |
int isl_hash_table::bits |
Definition at line 51 of file hash.h.
Referenced by grow_table(), isl_hash_table_every(), isl_hash_table_find(), isl_hash_table_first(), isl_hash_table_foreach(), isl_hash_table_init(), and isl_hash_table_remove().
struct isl_hash_table_entry* isl_hash_table::entries |
Definition at line 53 of file hash.h.
Referenced by grow_table(), isl_hash_table_clear(), isl_hash_table_every(), isl_hash_table_find(), isl_hash_table_first(), isl_hash_table_foreach(), isl_hash_table_init(), and isl_hash_table_remove().
int isl_hash_table::n |
Definition at line 52 of file hash.h.
Referenced by best_split(), grow_table(), isl_hash_table_find(), isl_hash_table_init(), isl_hash_table_remove(), isl_id_alloc(), isl_scc_graph_reduce(), and next_nodes().