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

References

tools/polly/lib/External/ppcg/hybrid.c
 1104 		other = isl_union_map_copy(scop->dep_false);
 1105 		other = isl_union_map_eq_at_multi_union_pw_aff(other, prefix);
 1105 		other = isl_union_map_eq_at_multi_union_pw_aff(other, prefix);
 1110 		other = isl_union_map_copy(scop->dep_forced);
 1111 		other = isl_union_map_eq_at_multi_union_pw_aff(other,
 1111 		other = isl_union_map_eq_at_multi_union_pw_aff(other,
 1125 		other = isl_union_map_union(other, adj);
 1125 		other = isl_union_map_union(other, adj);
 1131 		other = isl_union_map_union(other, adj);
 1131 		other = isl_union_map_union(other, adj);
 1133 	dep = isl_union_map_union(flow, other);