Home
last modified time | relevance | path

Searched refs:requires_unroll (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_array_tile.h47 int requires_unroll; member
Dgpu_group.c117 return tile->requires_unroll; in gpu_array_ref_group_requires_unroll()
1104 int requires_unroll; in compute_group_bounds_core() local
1161 requires_unroll = check_requires_unroll(data, acc, force_private); in compute_group_bounds_core()
1162 if (unique_depth < 0 || requires_unroll < 0 || in compute_group_bounds_core()
1163 (requires_unroll && kernel->any_force_private)) { in compute_group_bounds_core()
1165 return requires_unroll < 0 ? -1 : 0; in compute_group_bounds_core()
1173 group->private_tile->requires_unroll = requires_unroll; in compute_group_bounds_core()