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

References

tools/polly/lib/External/isl/isl_scheduler.c
 6123 			tagged = isl_union_map_copy(edge->tagged_condition);
 6125 			tagged = isl_union_map_copy(edge->tagged_validity);
 6126 		tagged = isl_union_map_zip(tagged);
 6126 		tagged = isl_union_map_zip(tagged);
 6127 		tagged = isl_union_map_apply_domain(tagged,
 6127 		tagged = isl_union_map_apply_domain(tagged,
 6129 		tagged = isl_union_map_zip(tagged);
 6129 		tagged = isl_union_map_zip(tagged);
 6130 		sc = isl_schedule_constraints_add(sc, t, tagged);