Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg_options.h10 int dump_final_schedule; member
H A Dppcg_options.c55 ISL_ARG_BOOL(struct ppcg_debug_options, dump_final_schedule, 0,
H A Dcpu.c736 if (options->debug->dump_final_schedule) in print_cpu_with_schedule()
H A Dgpu.c2493 if (gen->prog->scop->options->debug->dump_final_schedule) in generate_code()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2587 DebugOptions->dump_final_schedule = false; in createPPCGOptions()