reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2089 isl_union_map_free(flow->must_no_source); 2105 isl_union_map_dump(flow->must_no_source); 2178 return isl_union_map_copy(flow->must_no_source); 2190 return isl_union_map_union(isl_union_map_copy(flow->must_no_source), 2225 flow->must_no_source = isl_union_map_copy(empty); 2229 !flow->must_no_source || !flow->may_no_source) 2256 copy->must_no_source = isl_union_map_union(copy->must_no_source, 2256 copy->must_no_source = isl_union_map_union(copy->must_no_source, 2257 isl_union_map_copy(flow->must_no_source)); 2262 !copy->must_no_source || !copy->may_no_source) 2298 flow->must_no_source = 2299 isl_union_map_domain_factor_range(flow->must_no_source); 2304 !flow->must_no_source || !flow->may_no_source) 2517 df->must_no_source = isl_union_map_union(df->must_no_source, 2517 df->must_no_source = isl_union_map_union(df->must_no_source, 3059 uf->must_no_source = isl_union_map_union(uf->must_no_source, 3059 uf->must_no_source = isl_union_map_union(uf->must_no_source, 3220 p = print_union_map_field(p, "must_no_source", flow->must_no_source);