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

References

tools/polly/lib/External/isl/isl_map_simplify.c
  776 	index = isl_calloc_array(ctx, int, size);
  777 	if (!elim_for || !index)
  784 	index[isl_seq_get_hash_bits(bmap->div[k], 2+total, bits)] = k + 1;
  792 		for (h = hash; index[h]; h = (h+1) % size)
  794 				       bmap->div[index[h]-1], 2+total))
  796 		if (index[h]) {
  798 			l = index[h] - 1;
  801 		index[h] = k+1;
  818 	free(index);