Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp624 PresburgerRelation newSet = PresburgerRelation::getEmpty(space); in coalesce() local
626 newSet.unionInPlace(disjuncts[i]); in coalesce()
628 return newSet; in coalesce()
703 IntegerRelation newSet(disjunct.getSpace()); in coalescePairCutCase() local
706 newSet.addInequality(curr); in coalescePairCutCase()
709 newSet.addInequality(curr); in coalescePairCutCase()
711 addCoalescedDisjunct(i, j, newSet); in coalescePairCutCase()
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp564 PresburgerSet newSet = set.coalesce(); in expectCoalesce() local
565 EXPECT_TRUE(set.isEqual(newSet)); in expectCoalesce()
566 EXPECT_TRUE(expectedNumPoly == newSet.getNumDisjuncts()); in expectCoalesce()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Ddata-to-inits.cpp774 auto &newSet{scope.equivalenceSets().emplace_back()}; in CombineEquivalencedInitialization() local
775 newSet.emplace_back(combinedSymbol); in CombineEquivalencedInitialization()
776 newSet.emplace_back(const_cast<Symbol &>(first)); in CombineEquivalencedInitialization()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2459 void AffineIfOp::setIntegerSet(IntegerSet newSet) { in setIntegerSet() argument
2460 (*this)->setAttr(getConditionAttrStrName(), IntegerSetAttr::get(newSet)); in setIntegerSet()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td442 void setIntegerSet(IntegerSet newSet);