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

References

tools/polly/lib/External/isl/isl_transitive_closure.c
 2388 	*qc = NULL;
 2398 	*qc = box_closure_with_identity(map_i, C);
 2399 	id = isl_map_subtract(isl_map_copy(*qc), isl_map_copy(*tc));
 2401 	if (!id || !*qc)
 2403 	if (id->n != 1 || (*qc)->n != 1)
 2431 	isl_map_free(*qc);
 2433 	*qc = NULL;
 2439 	isl_map_free(*qc);
 2441 	*qc = NULL;