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

References

tools/polly/lib/External/isl/isl_flow.c
 2599 	if (!flow)
 2601 	move = isl_union_map_copy(flow->must_dep);
 2605 	flow->may_dep = isl_union_map_intersect_range_factor_range(
 2606 				flow->may_dep, may);
 2607 	flow->must_dep = isl_union_map_intersect_range_factor_range(
 2608 				flow->must_dep, must);
 2609 	flow->may_dep = isl_union_map_union(flow->may_dep, move);
 2609 	flow->may_dep = isl_union_map_union(flow->may_dep, move);
 2610 	if (!flow->must_dep || !flow->may_dep)
 2610 	if (!flow->must_dep || !flow->may_dep)
 2611 		return isl_union_flow_free(flow);
 2613 	return flow;