Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp808 auto getSampleChangeCoeffForVar = [this, row](unsigned col, in getLexMinPivotColumn() local
830 Fraction changeA = getSampleChangeCoeffForVar(colA, u); in getLexMinPivotColumn()
831 Fraction changeB = getSampleChangeCoeffForVar(colB, u); in getLexMinPivotColumn()