|
GCC Middle and Back End API Reference
|

Data Fields | |
| vec< tree > | params |
| vec< tree > * | newivs |
| clast_index_htab_type | newivs_index |
| clast_index_htab_type | params_index |
| sese | region |
NEWIVS_INDEX binds CLooG's scattering name to the index of the tree induction variable in NEWIVS. PARAMS_INDEX binds CLooG's parameter name to the index of the tree parameter in PARAMS.
Referenced by save_clast_name_index(), and translate_clast_for_loop().
| clast_index_htab_type ivs_params::newivs_index |
Referenced by save_clast_name_index(), and translate_clast_for_loop().
Referenced by save_clast_name_index().
| clast_index_htab_type ivs_params::params_index |
Referenced by save_clast_name_index().
| sese ivs_params::region |
Referenced by graphite_create_new_loop(), and save_clast_name_index().