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

Declarations

tools/polly/lib/External/ppcg/gpu.h
  428 int gpu_array_requires_device_allocation(struct gpu_array_info *array);

References

tools/polly/lib/External/ppcg/cuda.c
   80 		if (!gpu_array_requires_device_allocation(&prog->array[i]))
   98 		if (!gpu_array_requires_device_allocation(&prog->array[i]))
  121 		if (!gpu_array_requires_device_allocation(&prog->array[i]))
tools/polly/lib/External/ppcg/gpu.c
 2012 		if (!gpu_array_requires_device_allocation(array))