Searched refs:source_restr (Results 1 – 3 of 3) sorted by relevance
33 __isl_take isl_set *source_restr, __isl_take isl_set *sink_restr);35 __isl_take isl_set *source_restr);
88 __isl_take isl_set *source_restr, __isl_take isl_set *sink_restr) in isl_restriction_input() argument93 if (!source_restr || !sink_restr) in isl_restriction_input()96 ctx = isl_set_get_ctx(source_restr); in isl_restriction_input()102 restr->source = source_restr; in isl_restriction_input()107 isl_set_free(source_restr); in isl_restriction_input()116 __isl_take isl_set *source_restr) in isl_restriction_output() argument121 if (!source_restr) in isl_restriction_output()124 ctx = isl_set_get_ctx(source_restr); in isl_restriction_output()130 restr->source = source_restr; in isl_restriction_output()134 isl_set_free(source_restr); in isl_restriction_output()
10573 __isl_take isl_set *source_restr,10576 __isl_take isl_set *source_restr);