Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h474 unsigned getLexMinPivotColumn(unsigned row, unsigned colA,
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp752 !maybeColumn ? col : getLexMinPivotColumn(row, *maybeColumn, col); in moveRowUnknownToColumn()
762 unsigned LexSimplexBase::getLexMinPivotColumn(unsigned row, unsigned colA, in getLexMinPivotColumn() function in LexSimplexBase