GCC Middle and Back End API Reference
|
Data Fields | |
int | index |
int | level |
mpz_t | bound_one |
mpz_t | bound_two |
const char * | name |
char * | free_name |
Stores the INDEX in a vector and the loop nesting LEVEL for a given clast NAME. BOUND_ONE and BOUND_TWO represent the exact lower and upper bounds that can be inferred from the polyhedral representation.
mpz_t clast_name_index::bound_one |
Referenced by new_clast_name_index(), and clast_index_hasher::remove().
mpz_t clast_name_index::bound_two |
Referenced by new_clast_name_index(), and clast_index_hasher::remove().
char* clast_name_index::free_name |
int clast_name_index::index |
Referenced by clast_name_to_index(), and new_clast_name_index().
int clast_name_index::level |
Referenced by clast_name_to_level(), and new_clast_name_index().
const char* clast_name_index::name |