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
  771 	size = round_up(4 * bmap->n_div / 3 - 1);
  772 	if (size == 0)
  775 	bits = ffs(size) - 1;
  776 	index = isl_calloc_array(ctx, int, size);
  792 		for (h = hash; index[h]; h = (h+1) % size)