Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp166 copyRow(r - count, r); in insertRows()
178 copyRow(r + count, r); in removeRows()
182 void Matrix::copyRow(unsigned sourceRow, unsigned targetRow) { in copyRow() function in Matrix
H A DIntegerRelation.cpp1045 inequalities.copyRow(r, pos++); in removeRedundantInequalities()
1066 inequalities.copyRow(r, pos++); in removeRedundantConstraints()
1078 equalities.copyRow(r, pos++); in removeRedundantConstraints()
1684 inequalities.copyRow(r, pos++); in removeTrivialRedundancy()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h125 void copyRow(unsigned sourceRow, unsigned targetRow);