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
 2184 	entry = isl_hash_table_find(hull->ctx, data->hull_table, c_hash,
 2186 	if (entry)
 2190 		entry = isl_hash_table_find(hull->ctx, data->p[j].table,
 2192 		if (entry)
 2219 		entry = isl_hash_table_find(hull->ctx, data->p[j].table,
 2221 		if (entry)
 2234 	entry = isl_hash_table_find(hull->ctx, data->hull_table, c_hash,
 2236 	if (!entry)
 2238 	entry->data = hull->ineq[k];