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