Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp475 isl_set *ConsCondPart0 = 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()