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

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1622 	table = isl_alloc_type(hull->ctx, struct isl_hash_table);
 1623 	if (isl_hash_table_init(hull->ctx, table, min_constraints))
 1638 		entry = isl_hash_table_find(hull->ctx, table, c_hash,
 1655 				update_constraint(hull->ctx, table,
 1661 			update_constraint(hull->ctx, table, ineq, total, n,
 1685 			if (!has_constraint(hull->ctx, table, ineq, total, n))
 1692 	isl_hash_table_clear(table);
 1696 	free(table);
 1699 	isl_hash_table_clear(table);
 1700 	free(table);