Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h298 virtual void clearAndCopyFrom(const IntegerRelation &other);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h396 void clearAndCopyFrom(const IntegerRelation &other) override;
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp97 localVarCst->clearAndCopyFrom(flattener.localVarCst); in getFlattenedAffineExprs()
1388 void FlatAffineValueConstraints::clearAndCopyFrom( in clearAndCopyFrom() function in FlatAffineValueConstraints
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp462 void IntegerRelation::clearAndCopyFrom(const IntegerRelation &other) { in clearAndCopyFrom() function in IntegerRelation
1884 clearAndCopyFrom(newRel); in fourierMotzkinEliminate()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2470 it->second->getConstraints()->clearAndCopyFrom( in affineDataCopyGenerate()
2474 region->getConstraints()->clearAndCopyFrom( in affineDataCopyGenerate()