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
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  672 		if (ineq != ci->index[h] &&
  673 		    isl_seq_eq((*ineq) + 1, ci->index[h][0]+1, ci->total))
  675 	return h;