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
 3485 		list = isl_map_list_alloc(ctx, 2);
 3486 		list = isl_map_list_add(list, isl_map_copy(context));
 3486 		list = isl_map_list_add(list, isl_map_copy(context));
 3487 		list = isl_map_list_add(list, isl_map_copy(map));
 3487 		list = isl_map_list_add(list, isl_map_copy(map));
 3489 								    list);