Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h268 void swapRowWithCol(unsigned row, unsigned col);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp883 void SimplexBase::swapRowWithCol(unsigned row, unsigned col) { in swapRowWithCol() function in SimplexBase
924 swapRowWithCol(pivotRow, pivotCol); in pivot()