Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_group.c1105 int unique_depth; in compute_group_bounds_core() local
1156 unique_depth = compute_accessed_by_single_thread_depth(data, acc); in compute_group_bounds_core()
1162 if (unique_depth < 0 || requires_unroll < 0 || in compute_group_bounds_core()
1182 if (tile_depth < unique_depth) in compute_group_bounds_core()
1183 tile_depth = unique_depth; in compute_group_bounds_core()