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

References

tools/polly/lib/External/ppcg/gpu_tree.c
  476 		has_sync = has_following_sync(node, kernel);
  477 		if (has_sync < 0 || has_sync)
  477 		if (has_sync < 0 || has_sync)
  481 		has_sync = -1;
  484 	return has_sync;