Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dppcg_options.h61 int live_range_reordering; member
Dppcg_options.c119 ISL_ARG_BOOL(struct ppcg_options, live_range_reordering, 0,
Dcpu.c140 if (scop->options->live_range_reordering) { in ast_schedule_dim_is_parallel()
621 if (ps->options->live_range_reordering) { in construct_cpu_schedule_constraints()
Dppcg.c728 if (scop->options->live_range_reordering) in compute_dependences()
Dgpu_group.c1505 if (!kernel->options->live_range_reordering) in check_can_be_private_live_ranges()
Dhybrid.c1103 if (!scop->options->live_range_reordering) { in collect_deps()
Dgpu.c373 if (prog->scop->options->live_range_reordering) in collect_array_info()
4377 if (prog->scop->options->live_range_reordering) { in construct_schedule_constraints()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2594 Options->live_range_reordering = true; in createPPCGOptions()
2596 Options->live_range_reordering = true; in createPPCGOptions()
2718 PPCGScop->options->live_range_reordering = 1; in createPPCGScop()