reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
838 if (!ps) 841 isl_set_free(ps->context); 842 isl_union_set_free(ps->domain); 843 isl_union_set_free(ps->call); 844 isl_union_map_free(ps->tagged_reads); 845 isl_union_map_free(ps->reads); 846 isl_union_map_free(ps->live_in); 847 isl_union_map_free(ps->tagged_may_writes); 848 isl_union_map_free(ps->tagged_must_writes); 849 isl_union_map_free(ps->may_writes); 850 isl_union_map_free(ps->must_writes); 851 isl_union_map_free(ps->live_out); 852 isl_union_map_free(ps->tagged_must_kills); 853 isl_union_map_free(ps->must_kills); 854 isl_union_map_free(ps->tagged_dep_flow); 855 isl_union_map_free(ps->dep_flow); 856 isl_union_map_free(ps->dep_false); 857 isl_union_map_free(ps->dep_forced); 858 isl_union_map_free(ps->tagged_dep_order); 859 isl_union_map_free(ps->dep_order); 860 isl_schedule_free(ps->schedule); 861 isl_union_pw_multi_aff_free(ps->tagger); 862 isl_union_map_free(ps->independence); 863 isl_id_to_ast_expr_free(ps->names); 865 free(ps);