Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
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)
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,
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2558 (ppcg_debug_options *)malloc(sizeof(ppcg_debug_options)); in createPPCGOptions()