Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h267 void swapRowWithCol(unsigned row, unsigned col);
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp185 void Simplex::swapRowWithCol(unsigned row, unsigned col) { in swapRowWithCol() function in mlir::Simplex
225 swapRowWithCol(pivotRow, pivotCol); in pivot()