Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1905 Fraction widthICandidate = updateBasisWithUAndGetFCandidate(i); in reduceBasis() local
1906 if (widthICandidate < epsilon * width[i - level]) { in reduceBasis()
1908 width[i - level] = widthICandidate; in reduceBasis()