GCC Middle and Back End API Reference
clast_name_index Struct Reference

Data Fields

int index
int level
mpz_t bound_one
mpz_t bound_two
const char * name
char * free_name

Detailed Description

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.   

Field Documentation

mpz_t clast_name_index::bound_one
mpz_t clast_name_index::bound_two
int clast_name_index::index
int clast_name_index::level

The documentation for this struct was generated from the following file: