Searched refs:ppcg_debug_options (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/External/ppcg/ |
D | ppcg_options.c | 50 ISL_ARGS_START(struct ppcg_debug_options, ppcg_debug_options_args) 51 ISL_ARG_BOOL(struct ppcg_debug_options, dump_schedule_constraints, 0, 53 ISL_ARG_BOOL(struct ppcg_debug_options, dump_schedule, 0, 55 ISL_ARG_BOOL(struct ppcg_debug_options, dump_final_schedule, 0, 57 ISL_ARG_BOOL(struct ppcg_debug_options, dump_sizes, 0, 60 ISL_ARG_BOOL(struct ppcg_debug_options, verbose, 'v', "verbose", 0, NULL)
|
D | ppcg_options.h | 7 struct ppcg_debug_options { struct 17 struct ppcg_debug_options *debug; argument 90 ISL_ARG_DECL(ppcg_debug_options, struct ppcg_debug_options,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2558 (ppcg_debug_options *)malloc(sizeof(ppcg_debug_options)); in createPPCGOptions()
|