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

References

tools/polly/lib/External/isl/isl_flow.c
 1228 			T = all_sources(acc, isl_set_copy(maydo), j, level);
 1230 			    isl_map_union(res->dep[2 * acc->n_must + j].map, T);
 1231 			T = all_sources(acc, isl_set_copy(mustdo), j, level);
 1232 			ran = isl_map_range(isl_map_copy(T));
 1234 			    isl_map_union(res->dep[2 * acc->n_must + j].map, T);
 1238 			T = res->dep[2 * acc->n_must + j].map;
 1239 			T = all_intermediate_sources(acc, T, must_rel, may_rel,
 1239 			T = all_intermediate_sources(acc, T, must_rel, may_rel,
 1241 			res->dep[2 * acc->n_must + j].map = T;