Home
last modified time | relevance | path

Searched refs:ppcg_macros (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dprint.c110 struct ppcg_macros { struct
124 struct ppcg_macros ppcg_macros_default = {
135 static const char *ppcg_macros = "ppcg_macros"; variable
148 struct ppcg_macros *macros; in ppcg_set_macros()
154 macros = isl_alloc_type(ctx, struct ppcg_macros); in ppcg_set_macros()
159 id = isl_id_alloc(ctx, ppcg_macros, NULL); in ppcg_set_macros()
176 static struct ppcg_macros *get_macros(__isl_keep isl_printer *p) in get_macros()
180 struct ppcg_macros *macros; in get_macros()
182 id = isl_id_alloc(isl_printer_get_ctx(p), ppcg_macros, NULL); in get_macros()
201 struct ppcg_macros *macros; in print_max()
[all …]