Home
last modified time | relevance | path

Searched refs:ConsCondPart1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp477 isl_set *ConsCondPart1 = ConditionSets.pop_back_val(); in buildConditionSets() local
480 ConsequenceCondSet = isl_set_intersect(ConsCondPart0, ConsCondPart1); in buildConditionSets()
482 ConsequenceCondSet = isl_set_union(ConsCondPart0, ConsCondPart1); in buildConditionSets()