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 clast_name_to_gcc(), gloog(), graphite_create_new_loop(), translate_clast_assignment(), and type_for_clast_name().
clast_index_htab_type ivs_params::newivs_index |
Referenced by clast_name_to_gcc(), gloog(), graphite_create_new_loop(), translate_clast_assignment(), and type_for_clast_name().
Referenced by clast_name_to_gcc(), gloog(), and type_for_clast_name().
clast_index_htab_type ivs_params::params_index |
Referenced by clast_name_to_gcc(), gloog(), and type_for_clast_name().
sese ivs_params::region |
Referenced by build_iv_mapping(), gloog(), and translate_clast_user().