Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg_options.c50 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)
H A Dppcg_options.h7 struct ppcg_debug_options { struct
17 struct ppcg_debug_options *debug; argument
90 ISL_ARG_DECL(ppcg_debug_options, struct ppcg_debug_options,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2582 (ppcg_debug_options *)malloc(sizeof(ppcg_debug_options)); in createPPCGOptions()