OpenScop
0.9.0
|
#include <names.h>
Data Fields | |
osl_strings_p | parameters |
osl_strings_p | iterators |
osl_strings_p | scatt_dims |
osl_strings_p | local_dims |
osl_strings_p | arrays |
The osl_names_t structure stores the various names (names of iterators, parameters...) necessary to generate a code from the OpenScop data structure.
Array names
Definition at line 86 of file names.h.
Referenced by osl_names_clone(), osl_names_free(), osl_names_generate(), osl_names_idump(), osl_names_malloc(), osl_relation_spprint_polylib(), osl_relation_spprint_polylib_scoplib(), osl_scop_print(), and osl_scop_print_scoplib().
Iterator names
Definition at line 83 of file names.h.
Referenced by osl_names_clone(), osl_names_free(), osl_names_generate(), osl_names_idump(), osl_names_malloc(), osl_relation_strings(), osl_statement_pprint(), and osl_statement_pprint_scoplib().
Local dimension names
Definition at line 85 of file names.h.
Referenced by osl_names_clone(), osl_names_free(), osl_names_generate(), osl_names_idump(), osl_names_malloc(), and osl_relation_strings().
Parameter names
Definition at line 82 of file names.h.
Referenced by osl_names_clone(), osl_names_free(), osl_names_generate(), osl_names_idump(), osl_names_malloc(), osl_relation_strings(), osl_scop_print(), and osl_scop_print_scoplib().
Scattering dimension names
Definition at line 84 of file names.h.
Referenced by osl_names_clone(), osl_names_free(), osl_names_generate(), osl_names_idump(), osl_names_malloc(), and osl_relation_strings().