reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/ppcg/gpu_group.c
  794 	group->min_depth = data->thread_depth;
  797 		if (group->private_tile->depth < group->min_depth)
  798 			group->min_depth = group->private_tile->depth;
  803 		if (group->shared_tile->depth < group->min_depth)
  804 			group->min_depth = group->shared_tile->depth;
 1279 	depth = group1->min_depth;
 1280 	if (group2->min_depth < depth)
 1281 		depth = group2->min_depth;
 1374 			if (group->min_depth < groups[i]->min_depth ||
 1374 			if (group->min_depth < groups[i]->min_depth ||
 1375 			    group->min_depth < groups[j]->min_depth)
 1375 			    group->min_depth < groups[j]->min_depth)