reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
655 tf = isl_union_map_copy(ps->tagged_dep_flow); 656 tf = isl_union_map_zip(tf); 656 tf = isl_union_map_zip(tf); 658 tf = isl_union_map_intersect_domain(tf, indep); 658 tf = isl_union_map_intersect_domain(tf, indep); 659 tf = isl_union_map_zip(tf); 659 tf = isl_union_map_zip(tf); 661 tf = isl_union_map_subtract_domain(tf, mw); 661 tf = isl_union_map_subtract_domain(tf, mw); 662 ps->tagged_dep_flow = isl_union_map_subtract(ps->tagged_dep_flow, tf);