Searched refs:ConditionSetUnion (Results 1 – 1 of 1) sorted by relevance
421 isl_set *ConditionSetUnion = isl_set_copy(ConditionSets[1]); in buildConditionSets() local423 ConditionSetUnion = in buildConditionSets()424 isl_set_union(ConditionSetUnion, isl_set_copy(ConditionSets[u])); in buildConditionSets()425 ConditionSets[0] = isl_set_subtract(isl_set_copy(Domain), ConditionSetUnion); in buildConditionSets()